summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/noderun
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-21 19:55:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-21 19:55:06 +0000
commitda52e3fb4e25cb3e98937bd58372c220de8915ee (patch)
treeb1ce3c9eddb75f6e04ea70534104b6f57c760a4b /tools/linux_packaging/noderun
parent315c1d5a4704ecbc3b24fce1c30d04fc2d252c07 (diff)
more automated build stuff
git-svn-id: svn://localhost/ardour2/branches/3.0@9179 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools/linux_packaging/noderun')
-rw-r--r--tools/linux_packaging/noderun2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun
index 99eeb04d01..6aeeaa583a 100644
--- a/tools/linux_packaging/noderun
+++ b/tools/linux_packaging/noderun
@@ -6,6 +6,8 @@ if [ x$BASE = "x" ] ; then
exit 1
fi
+echo "Hello, world!"
+
cd $BASE || exit 1
svn update || exit 1
./waf configure --strict --noconfirm || exit 1