aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjack/jack.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/jack/jack.SlackBuild b/jack/jack.SlackBuild
index 3bd141fe..9af1ec35 100755
--- a/jack/jack.SlackBuild
+++ b/jack/jack.SlackBuild
@@ -72,7 +72,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
patch -p1 < $CWD/$PACKAGE-$VERSION.diff
fi
-./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-default-tmpdir=/mnt/ramfs
+./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR
make
make DESTDIR=$TMP/package-$PACKAGE install
@@ -102,7 +102,7 @@ jack: allowing them to share audio between themselves. Its clients can run
jack: in their own processes (ie. as normal applications), or can they can
jack: run within the JACK server (ie. as a "plugin").
jack:
-jack: configured with --with-default-tmpdir=/mnt/ramfs
+jack:
jack:
EOF