diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-29 21:00:47 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-29 21:00:47 +0000 |
commit | 79a7eb6032a3ce2eb477adb1b09c5b26f18deb98 (patch) | |
tree | ac105e0d1b0e2818c742842e9e03bfcff67d54ef /ardour | |
parent | 688f2ba34423c99fa3eed4cd26f88ee151086ec5 (diff) | |
download | slackbuilds-79a7eb6032a3ce2eb477adb1b09c5b26f18deb98.tar.gz slackbuilds-79a7eb6032a3ce2eb477adb1b09c5b26f18deb98.tar.bz2 |
ardour: removed vst support
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@297 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'ardour')
-rwxr-xr-x | ardour/ardour.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ardour/ardour.SlackBuild b/ardour/ardour.SlackBuild index 4d95b5c6..62c90edd 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 KSI=yes VST=yes +scons PREFIX=$TMP/package-$PACKAGE KSI=yes scons install CWD="`pwd`" |