mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2024-11-16 18:18:22 +01:00
fix: PrimitiveFailed: primitive #createDirectory: in UnixStore failed
This commit is contained in:
parent
9863e98684
commit
d87eccc4e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user