From 2307fed62cc8e14d6515dc1d4296fa7bb3d64aa3 Mon Sep 17 00:00:00 2001 From: kytv Date: Mon, 12 Sep 2011 22:52:03 +0000 Subject: [PATCH] switch to tar'ing the osx installer When zipping with infozip, executable permissions are left intact. When zip is called with ant, these permissions are lost. When tarring using ant the permissions seem to be lost too. Switching to calling tar directly ensures that the executable permissions aren't lost. --- build.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 5eef78c1c..a8c77f557 100644 --- a/build.xml +++ b/build.xml @@ -1061,8 +1061,19 @@ - + + + + + + + + + + + + +