summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-05-30 20:28:50 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-05-30 20:28:50 +0530
commita13702061fad0685ce68195d974fa2d8db1c1ad5 (patch)
treeebbb19a7fc4156ea39c492e5b36b9e5729543c88 /build
parentb6d62bdf82324e50cd5f65433e132cba01676d50 (diff)
Modified to address the fact that all scripts are now present in the same directory. (old directory structure of server, nodes, common is gone)
Diffstat (limited to 'build')
-rwxr-xr-xbuild/package-scripts.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/package-scripts.sh b/build/package-scripts.sh
index 043121fc..723d2d05 100755
--- a/build/package-scripts.sh
+++ b/build/package-scripts.sh
@@ -12,8 +12,7 @@ prepare-script-dir()
get-scripts()
{
cd ${DIR_NAME}
- cp ../src/com.gluster.storage.management.server.scripts/src/common/*.py .
- cp ../src/com.gluster.storage.management.server.scripts/src/nodes/*.py .
+ cp ../src/com.gluster.storage.management.server.scripts/src/*.py .
cd -
}