[Lunar-commits] <moonbase> pulseaudio: fix module directory
Zachary McGrew
zmcgrew at lunar-linux.org
Wed Oct 12 12:40:07 CEST 2011
commit 8808c22aba0ebd2187e43ea4f9d29e9e1b4b403b
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Wed Oct 12 03:40:07 2011 -0700
pulseaudio: fix module directory
paprefs only looks for modules in the default directory, not the one we specify.
This goes back to the default directory.
---
audio/pulseaudio/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/audio/pulseaudio/BUILD b/audio/pulseaudio/BUILD
index 6362b07..a813361 100644
--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -3,7 +3,7 @@
libtoolize --copy --force --automake &&
autoreconf &&
- OPTS="--with-module-dir=/usr/lib/$MODULE-$VERSION/$MODULE --disable-hal-compat --disable-hal" &&
+ OPTS="--disable-hal-compat --disable-hal" &&
if [ -f /usr/bin/parec ]; then
rm /usr/bin/parec
More information about the Lunar-commits
mailing list