1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-05 13:31:11 +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

@@ -33,6 +33,7 @@ case $1 in
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