When bundling, change permission of copied file to allow writes by owner.

This commit is contained in:
Alan Ott
2012-07-09 14:21:37 -04:00
parent 1a972ffbbd
commit 23b98e418b

View File

@@ -53,6 +53,7 @@ function copydeps {
z=0
else
cp $i $EXEPATH
chmod 755 $EXEPATH/$BASE
fi