summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-01 11:38:48 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-01 11:38:48 +0530
commitdda8f6f9845787a16835cef9771263040add8216 (patch)
treebc67e13e7bfeffd60ac430190bbbd4100cb8030f /build
parent4b458f04d880b4a3902f81a1c41f28648cb54712 (diff)
Modified packaging script to make sure all the back-end scripts have executable permissions.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/package-backend.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/package-backend.sh b/build/package-backend.sh
index 8671ae3f..7f85b70c 100755
--- a/build/package-backend.sh
+++ b/build/package-backend.sh
@@ -14,6 +14,7 @@ get-scripts()
{
cd ${DIR_NAME}
cp ../../src/com.gluster.storage.management.gateway.scripts/src/*.* .
+ chmod +x *
cd -
}