[Lunar-commits] <moonbase-other> pulseaudio: Fixing the BUILD. If systemd is installed rules regardless of the

Dennis Veatch stumbles at lunar-linux.org
Sun Sep 16 12:50:38 CEST 2012


commit a75585d793ec6f7faa8663c2c483f46e4e659c65
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 16 Sep 2012 03:50:38 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a75585d793ec6f7faa8663c2c483f46e4e659c65

pulseaudio: Fixing the BUILD. If systemd is installed rules regardless of the

app go in /usr/lib/udev/rules.d and not /lib/udev/rules.d.
---
  audio/pulseaudio/BUILD | +4/-0     
  1 file changed, 4 insertions(+)

--- a/audio/pulseaudio/BUILD
+++ b/audio/pulseaudio/BUILD
@@ -1,5 +1,9 @@
 (
 
+  if module_installed systemd ; then
+    OPTS+=" --with-udev-rules-dir=/usr/lib/udev/rules.d"
+  fi &&
+
   libtoolize --copy --force --automake &&
   autoreconf &&
 




More information about the Lunar-commits mailing list