Make altosui test script executable
authorKeith Packard <keithp@keithp.com>
Thu, 29 Jul 2010 19:06:06 +0000 (12:06 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 29 Jul 2010 19:06:06 +0000 (12:06 -0700)
ao-tools/altosui/Makefile

index 51a85a13a425f521e858c7211b4dbb8a2d258594..790aecdabefcb570065df7516e9af59f4e1440e0 100644 (file)
@@ -77,6 +77,7 @@ ifeq ($(OS),Linux)
 altosui:
        echo "#!/bin/sh" > $@
        echo "exec java -Djava.library.path=../libaltos -jar altosui.jar" >> $@
+       chmod +x ./altosui
 endif
 
 clean: