summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-08 20:00:29 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-08 20:00:29 +0530
commit16032dd64f349373beb62ac77eee4d675d9173f7 (patch)
tree3ce31d270d305339aed1ab75cc3376743e42c043 /build
parent5b64838b6ee9da4247a3ec8245c155effd546665 (diff)
Modified gateway packaging script to make sure that the scripts have executable permissions
Diffstat (limited to 'build')
-rwxr-xr-xbuild/package-gateway.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/package-gateway.sh b/build/package-gateway.sh
index 8c1ac4a5..744a11d2 100755
--- a/build/package-gateway.sh
+++ b/build/package-gateway.sh
@@ -19,6 +19,7 @@ get-server-war()
cd ${WAR_NAME}
WAR_FILE=`find -L ${SERVER_DIST_DIR} -name ${WAR_NAME}`
jar xvf ${WAR_FILE}
+ chmod +x scripts/*
cd -
}