[Lunar-commits] <moonbase-other> pulseaudio: Install udev rule file in proper dir when systemd is in use
Stefan Wold
ratler at lunar-linux.org
Fri Aug 17 21:30:36 CEST 2012
commit 7f4eb0f7bc9295f4cabba45e1d524ac1e2747250
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri, 17 Aug 2012 12:30:36 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7f4eb0f7bc9295f4cabba45e1d524ac1e2747250
pulseaudio: Install udev rule file in proper dir when systemd is in use
---
audio/pulseaudio/BUILD +2/-1
1 files changed, 2 insertions (+), 1 deletions (-)
--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -1,13 +1,14 @@
(
if module_installed systemd ; then
+ OPTS+=" --with-udev-rules-dir=/usr/lib/udev/rules.d"
patch_it $SOURCE_CACHE/$SOURCE2 1
fi &&
libtoolize --copy --force --automake &&
autoreconf &&
- OPTS="--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