diff options
author | Keith Packard <keithp@keithp.com> | 2010-07-29 12:06:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-07-29 12:06:06 -0700 |
commit | c71061a37d3d3be2855b61cde33d2371989d7681 (patch) | |
tree | f198548e8ddc03607632738e8d21544fa4a20809 | |
parent | 9ad4984124b6c05114feac4c4ac078dc248ce16a (diff) |
Make altosui test script executable
-rw-r--r-- | ao-tools/altosui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index 51a85a13..790aecda 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -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: |