summaryrefslogtreecommitdiffstats
path: root/build/package-gateway.sh
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-06 15:42:35 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-06 16:34:08 +0530
commit7883f650a9e4bd9f691493f002e533739dcd00c7 (patch)
tree7f0573f60a3f8d84b64408766e136478f37cd56b /build/package-gateway.sh
parentdccb9dc58896cb101dae33594fd4c55eaa0af5b4 (diff)
Renamed project/package com.gluster.storage.management.gui to com.gluster.storage.management.console
Diffstat (limited to 'build/package-gateway.sh')
-rwxr-xr-xbuild/package-gateway.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package-gateway.sh b/build/package-gateway.sh
index 1685d546..cceb9c32 100755
--- a/build/package-gateway.sh
+++ b/build/package-gateway.sh
@@ -28,7 +28,7 @@ get-dist()
OS=${2}
WS=${3}
- OUT_DIR="${WORKSPACE}/../../glustermc/workspace/arch/${ARCH}/os/${OS}/ws/${WS}/buckminster.output/com.gluster.storage.management.gui.feature.webstart*.feature/glustermc"
+ OUT_DIR="${WORKSPACE}/../../glustermc/workspace/arch/${ARCH}/os/${OS}/ws/${WS}/buckminster.output/com.gluster.storage.management.console.feature.webstart*.feature/glustermc"
NEW_DIR=${WAR_NAME}/${OS}.${WS}.${ARCH}
cp -R ${OUT_DIR} ${NEW_DIR}
}