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

Update install

Directories in sdk=mhi had +x not set -> access denied
This commit is contained in:
githubaf
2022-09-21 10:16:42 +02:00
committed by GitHub
parent d051045a02
commit ca0f5a1a15

View File

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