From 2e8f5905c7a3278eedfea237a4735817df70b959 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Fri, 25 Oct 2019 20:46:38 +0200 Subject: [PATCH] 7.0.1 --- VERSION | 2 +- lib/core/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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