[Lunar-commits] <moonbase-core> systemd: Replaced autoreconf with sedit
Peter de Ridder
peter at lunar-linux.org
Tue Jan 1 15:31:34 CET 2013
commit d39820293151fe32b3039d146c2aa3e127be3c03
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Tue, 01 Jan 2013 06:31:34 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/d39820293151fe32b3039d146c2aa3e127be3c03
systemd: Replaced autoreconf with sedit
---
system/systemd/BUILD | +1/-3
system/systemd/DEPENDS | +0/-3
2 files changed, 1 insertion(+), 6 deletions(-)
--- a/system/systemd/BUILD
+++ b/system/systemd/BUILD
@@ -20,9 +20,7 @@
sedit "s:0775 root lock:0775 root root:" tmpfiles.d/legacy.conf &&
# loadkeys and setfont are in /usr/bin
- sedit 's:"/bin/loadkeys:"/usr/bin/loadkeys:' Makefile.am &&
- sedit 's:"/bin/setfont:"/usr/bin/setfont:' Makefile.am &&
- autoreconf &&
+ sedit 's:"/bin/loadkeys:"/usr/bin/loadkeys:;s:"/bin/setfont:"/usr/bin/setfont:' Makefile.am Makefile.in &&
default_config &&
make &&
--- a/system/systemd/DEPENDS
+++ b/system/systemd/DEPENDS
@@ -7,8 +7,5 @@ depends pciutils
depends intltool
depends gperf
-# The SOURCE2 patch changes configure.ac and Makefile.am
-depends automake
-
optional_depends "cryptsetup" "--enable-libcryptsetup" "--disable-libcryptsetup" "for Device-mapper crypto encryption"
optional_depends "Linux-PAM" "--with-pamlibdir=/lib/security" "--disable-pam"
More information about the Lunar-commits
mailing list