From d87eccc4e02f24411edf465c5514b5966882be6e Mon Sep 17 00:00:00 2001 From: Dany LE Date: Sun, 7 Aug 2022 10:30:08 +0200 Subject: [PATCH] fix: PrimitiveFailed: primitive #createDirectory: in UnixStore failed --- bin/build_base_image_diya.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build_base_image_diya.sh b/bin/build_base_image_diya.sh index 1717b52..1cff811 100755 --- a/bin/build_base_image_diya.sh +++ b/bin/build_base_image_diya.sh @@ -22,7 +22,8 @@ if [ ! -e "$SRC_IMG" ]; then cd "$W" fi cp -rf "$W/fonts" "$BASE_DIR/builder/" - +chmod -R a+rw $BASE_DIR/builder/ +chmod -R a+rw $BASE_DIR/tmp/ $VM "$SRC_IMG" "$W/install.st" --quit NAME="Diya-Bootstrap" $VM "$SRC_IMG" "$W/export.st" "$BASE_DIR/tmp" "$NAME" --quit