From 93eaf7b2bb8a16ef210fcc49b8f74a0f06617e7f Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 30 Jul 2002 04:59:34 +0000 Subject: [PATCH] set permissions too --- processing/build/linux/make.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/processing/build/linux/make.sh b/processing/build/linux/make.sh index b085bee08..6bf4d707f 100755 --- a/processing/build/linux/make.sh +++ b/processing/build/linux/make.sh @@ -74,4 +74,5 @@ cd ../.. ### -- BUILD STUB ----------------------------------------------- -gcc -o work/Proce55ing stub.cpp \ No newline at end of file +gcc -o work/Proce55ing stub.cpp +chmod 777 work/Proce55ing