From 23b98e418bd443dcd79e8e77a4ab43b0c9238512 Mon Sep 17 00:00:00 2001 From: Alan Ott Date: Mon, 9 Jul 2012 14:21:37 -0400 Subject: [PATCH] When bundling, change permission of copied file to allow writes by owner. --- testgui/copy_to_bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testgui/copy_to_bundle.sh b/testgui/copy_to_bundle.sh index 5e316d3..aa5de1c 100755 --- a/testgui/copy_to_bundle.sh +++ b/testgui/copy_to_bundle.sh @@ -53,6 +53,7 @@ function copydeps { z=0 else cp $i $EXEPATH + chmod 755 $EXEPATH/$BASE fi