diff --git a/VERSION b/VERSION index 66ce77b..9fe9ff9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.0 +7.0.1 diff --git a/lib/core/build.sh b/lib/core/build.sh index 1406ed7..faf7f08 100644 --- a/lib/core/build.sh +++ b/lib/core/build.sh @@ -82,7 +82,7 @@ function build_image_env(){ sudo rm ${maindir}/root/var/cache/pacman/pkg/* # This is needed on system with busybox tar command. # If the file does not have write permission, the tar command to extract files fails. - sudo chmod -R u+rw ${maindir}/root/etc/ca-certificates/extracted/cadir + sudo chmod -R u+rw ${maindir}/root/ mkdir -p ${maindir}/output builtin cd ${maindir}/output