summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-11-25 19:32:22 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-11-25 19:32:22 +0530
commiteca66e7234791857aa5ce7797a8ca42b382ce7e0 (patch)
tree266f03e4a87f3f7401034069ff62880ea62aa3bc /build
parent92c52d8edf285945d31e446503fc742fde9dcc49 (diff)
Modified to copy the gateway installation script in the output directory.
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 2a50855c..4fb3b679 100755
--- a/build/package-gateway.sh
+++ b/build/package-gateway.sh
@@ -120,6 +120,7 @@ gzip ${TAR_NAME}
if [ ! -z "${DIST_DIR}" ]; then
mv ${TAR_NAME}.gz ${DIST_DIR}
+ cp -f build/gmg-install.sh ${DIST_DIR}
fi
echo "Done!"