summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/linux_packaging/noderun2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun
index 6041aabf44..22140c7224 100644
--- a/tools/linux_packaging/noderun
+++ b/tools/linux_packaging/noderun
@@ -13,7 +13,7 @@ svn update || exit 1
cd tools/linux_packaging || exit 1
./build --public || exit 1
file=`ls -t *.bz2 | head -1`
-cp $file $BASE/../vmshare || exit 1
+#cp $file $BASE/../vmshare || exit 1
exit 0