From c71061a37d3d3be2855b61cde33d2371989d7681 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 29 Jul 2010 12:06:06 -0700 Subject: [PATCH 1/1] Make altosui test script executable --- ao-tools/altosui/Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- 2.30.2