diff options
-rwxr-xr-x | ardour/ardour.build | 3 |
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`" |