aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-06 23:51:58 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-06 23:51:58 +0000
commit2cb748e2efe3e8d06dccfa6c7679e7d63b6744be (patch)
tree5fd95519be8b6a97c977fc077df8a7ed4bfd4981
parent14ae3b60299a0ba4087655bb5e305cf7590633d5 (diff)
downloadslackbuilds-2cb748e2efe3e8d06dccfa6c7679e7d63b6744be.tar.gz
slackbuilds-2cb748e2efe3e8d06dccfa6c7679e7d63b6744be.tar.bz2
ardour update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@586 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xardour/ardour.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/ardour/ardour.build b/ardour/ardour.build
index e299bb17..3fce07bc 100755
--- a/ardour/ardour.build
+++ b/ardour/ardour.build
@@ -69,8 +69,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
patch -p1 < $CWD/$PACKAGE-$VERSION.diff || exit $ERROR_PATCH
fi
-mkdir -p $TMP/package-$PACKAGE
-scons KSI=yes || exit $ERROR_MAKE
+scons PREFIX=/usr KSI=yes || exit $ERROR_MAKE
scons install || exit $ERROR_INSTALL
CWD="`pwd`"