[Lunar-commits] <moonbase-core> systemd: Replaced distro patch with sedit

Peter de Ridder peter at lunar-linux.org
Tue Jan 1 13:22:43 CET 2013


commit 8c1796f8f2387689ecce8d81fc33f0e6e9f87d3b
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Tue, 01 Jan 2013 04:22:43 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/8c1796f8f2387689ecce8d81fc33f0e6e9f87d3b

systemd: Replaced distro patch with sedit
---
  system/systemd/BUILD   | +5/-2     
  system/systemd/DETAILS | +0/-3     
  2 files changed, 5 insertions(+), 5 deletions(-)

--- a/system/systemd/BUILD
+++ b/system/systemd/BUILD
@@ -1,6 +1,7 @@
 (
 
-  OPTS+=" --libexecdir=/usr/lib \
+  OPTS+=" --with-distro=other \
+          --libexecdir=/usr/lib \
           --enable-split-usr \
           --disable-tcpwrap"
 
@@ -18,7 +19,9 @@
   # the case in lunar, so we switch it to root.
   sedit "s:0775 root lock:0775 root root:" tmpfiles.d/legacy.conf &&
 
-  patch_it $SOURCE2 1 &&
+  # 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 &&
 
   default_config &&
--- a/system/systemd/DETAILS
+++ b/system/systemd/DETAILS
@@ -1,11 +1,8 @@
           MODULE=systemd
          VERSION=196
           SOURCE=$MODULE-$VERSION.tar.xz
-         SOURCE2=$MODULE-$VERSION-lunar.patch
       SOURCE_URL=http://www.freedesktop.org/software/systemd
-     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:65f6844c2d2a5e6b7ed1f77bb9f457b04774c74f
-     SOURCE2_VFY=sha1:7b6438dfec9534d3203f99ff2d66c7030ec884a2
         WEB_SITE=http://www.freedesktop.org/wiki/Software/systemd
          ENTERED=20100919
          UPDATED=20121231




More information about the Lunar-commits mailing list