From 3b3147d8213f9dc4a699de78723fdf30f58ffef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Fri, 19 Jul 2013 11:01:17 +0200 Subject: [PATCH] Make vasm wrapper executable. --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index ef6dba6..40bdd8e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -238,6 +238,8 @@ vasmm68k_mot -I${PREFIX}/os-include "\$@" EOF popd + chmod a+x "${PREFIX}/bin/vasm" + touch "${STAMP}/build-vasm" }