aboutsummaryrefslogtreecommitdiff
path: root/ardour
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-29 20:35:42 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-29 20:35:42 +0000
commit688f2ba34423c99fa3eed4cd26f88ee151086ec5 (patch)
tree2716ca2bb32ebd4f20bc586cf10864dc5a1e5a15 /ardour
parent9a8221a163f1fc41fcaa8d651e29406e355af0f0 (diff)
downloadslackbuilds-688f2ba34423c99fa3eed4cd26f88ee151086ec5.tar.gz
slackbuilds-688f2ba34423c99fa3eed4cd26f88ee151086ec5.tar.bz2
scons updated with vst and ksi support
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@296 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'ardour')
-rwxr-xr-xardour/ardour.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/ardour/ardour.SlackBuild b/ardour/ardour.SlackBuild
index 910b8d01..4d95b5c6 100755
--- a/ardour/ardour.SlackBuild
+++ b/ardour/ardour.SlackBuild
@@ -73,7 +73,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
fi
mkdir -p $TMP/package-$PACKAGE
-scons PREFIX=$TMP/package-$PACKAGE
+scons PREFIX=$TMP/package-$PACKAGE KSI=yes VST=yes
scons install
CWD="`pwd`"