mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2024-12-26 19:38:21 +01:00
fix
This commit is contained in:
parent
b217f82b4c
commit
fa4e2bfa54
@ -22,8 +22,7 @@ if [ ! -e "$SRC_IMG" ]; then
|
|||||||
cd "$W"
|
cd "$W"
|
||||||
fi
|
fi
|
||||||
cp -rf "$W/fonts" "$BASE_DIR/builder/"
|
cp -rf "$W/fonts" "$BASE_DIR/builder/"
|
||||||
chmod -R a+rw $BASE_DIR/builder/
|
chmod -R a+rw $BASE_DIR
|
||||||
chmod -R a+rw $BASE_DIR/tmp/
|
|
||||||
$VM "$SRC_IMG" "$W/install.st" --quit
|
$VM "$SRC_IMG" "$W/install.st" --quit
|
||||||
NAME="Diya-Bootstrap"
|
NAME="Diya-Bootstrap"
|
||||||
$VM "$SRC_IMG" "$W/export.st" "$BASE_DIR/tmp" "$NAME" --quit
|
$VM "$SRC_IMG" "$W/export.st" "$BASE_DIR/tmp" "$NAME" --quit
|
||||||
|
Loading…
Reference in New Issue
Block a user