1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-21 01:37:26 +00:00

Make vasm wrapper executable.

This commit is contained in:
Krystian Bacławski
2013-07-19 11:01:17 +02:00
parent 42dfbb0303
commit 3b3147d821

View File

@ -238,6 +238,8 @@ vasmm68k_mot -I${PREFIX}/os-include "\$@"
EOF
popd
chmod a+x "${PREFIX}/bin/vasm"
touch "${STAMP}/build-vasm"
}