[Lunar-commits] <moonbase> systemd: redo BUILD options to reflect install locations.
Auke Kok
sofar at foo-projects.org
Mon Apr 25 20:18:52 CEST 2011
commit 4caf05f947549c1ed3d9c8615aed1b00f55b147d
Author: Auke Kok <auke at foo-projects.org>
Date: Mon Apr 25 20:18:52 2011 +0200
systemd: redo BUILD options to reflect install locations.
---
zbeta/systemd/BUILD | 5 +++--
zbeta/systemd/CONFIGURE | 1 -
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zbeta/systemd/BUILD b/zbeta/systemd/BUILD
index a56c03c..3de259f 100644
--- a/zbeta/systemd/BUILD
+++ b/zbeta/systemd/BUILD
@@ -1,8 +1,9 @@
(
- sedit "s:/usr/local:/usr:" configure &&
-
+ autoreconf &&
+ OPTS+=" --with-rootdir=/ " &&
OPTS+=" --with-distro=other" &&
+ OPTS+=" --with-udevrulesdir=/lib/udev/rules.d/" &&
default_build
diff --git a/zbeta/systemd/CONFIGURE b/zbeta/systemd/CONFIGURE
index 70d361f..7b8b394 100644
--- a/zbeta/systemd/CONFIGURE
+++ b/zbeta/systemd/CONFIGURE
@@ -1,2 +1 @@
-
mquery SYSV_COMPAT "Enable SysV compatibility?" y "--with-sysvinit-path=/etc/init.d --with-sysvrcd-path=/etc" ""
More information about the Lunar-commits
mailing list