1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2025-09-01 08:42:02 +02:00

use SLD image for image handling

This commit is contained in:
Dany LE
2022-08-09 00:25:36 +02:00
parent 1f49b1ed35
commit 942ad5802a
3 changed files with 9 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ if [ ! -e "$SRC_IMG" ]; then
cd "$BASE_DIR/builder/"
curl "https://get.pharo.org/$ARCH/70+vm" | bash
cd "$W"
find . -name "*SDL*.so*" -exec rm -f {} \;
fi
cp -rf "$W/fonts" "$BASE_DIR/builder/"
# chmod -R a+rw $BASE_DIR