aboutsummaryrefslogtreecommitdiff
path: root/jack
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-04 22:16:16 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-04 22:16:16 +0000
commit8a57c84f16602fe387bfe7f1b923cb2e59b00db0 (patch)
tree6735e4cbb93f562405cfc6bdee0055b74626758d /jack
parent7610dea32aa7fdbee1efe82a01506c27a2a11659 (diff)
downloadslackbuilds-8a57c84f16602fe387bfe7f1b923cb2e59b00db0.tar.gz
slackbuilds-8a57c84f16602fe387bfe7f1b923cb2e59b00db0.tar.bz2
jack: small update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@311 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'jack')
-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