diff options
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`" |