1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 01:10:14 +00:00

Merge pull request #305 from githubaf/patch-1

Update install
This commit is contained in:
Stefan "Bebbo" Franke
2022-09-21 14:06:52 +02:00
committed by GitHub

View File

@@ -32,7 +32,8 @@ case $1 in
if [ ! -e "build/$2" ] || [ "$(ls -l build/$2)" == "total 0" ]; then if [ ! -e "build/$2" ] || [ "$(ls -l build/$2)" == "total 0" ]; then
mkdir -p build/$2 mkdir -p build/$2
pushd build/$2 pushd build/$2
lha x "../../download/$file" lha x "../../download/$file"
find . -type d -exec chmod +x {} \;
popd popd
fi fi
fi fi