[Lunar-commits] <moonbase-other> libmtp: Install udev rule in proper dir when systemd is in use
Stefan Wold
ratler at lunar-linux.org
Fri Aug 17 21:35:19 CEST 2012
commit 7758e06ca42f26f48db06f00bd9b8f98b437b61c
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Fri, 17 Aug 2012 12:35:19 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7758e06ca42f26f48db06f00bd9b8f98b437b61c
libmtp: Install udev rule in proper dir when systemd is in use
---
libs/libmtp/BUILD +9/-0
1 files changed, 9 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/libmtp/BUILD
@@ -0,0 +1,9 @@
+(
+
+ if module_installed systemd; then
+ OPTS+=" --with-udev=/usr/lib/udev"
+ fi
+
+ default_build
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list