summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-21 19:05:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-21 19:05:47 +0000
commit272b79094308a551a08a64795de449ab1ade728d (patch)
treec921bd93366fe26f2e53597ad47d59c3d7097fa5
parent7427334d4b2d70ba6cf434a297a90a1f2dcaecaa (diff)
more tweaks
git-svn-id: svn://localhost/ardour2/branches/3.0@9177 d708f5d6-7413-0410-9779-e7cbd77b26cf
-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