[arch-commits] Commit in systemd/trunk (PKGBUILD initcpio-install-systemd)

Dave Reisner dreisner at archlinux.org
Fri Oct 31 15:37:41 UTC 2014


    Date: Friday, October 31, 2014 @ 16:37:41
  Author: dreisner
Revision: 225519

upgpkg: systemd 217-3

- fix brain-o in systemd install hook, ensure /init exists

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-install-systemd

--------------------------+
 PKGBUILD                 |    4 ++--
 initcpio-install-systemd |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-31 14:15:17 UTC (rev 225518)
+++ PKGBUILD	2014-10-31 15:37:41 UTC (rev 225519)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=217
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -26,7 +26,7 @@
          '7aaf44ce842deb449fca0f2595bbc1e4'
          '4adc3ddce027693bafa53089322e859b'
          '29245f7a240bfba66e2b1783b63b6b40'
-         '030a01fd468af520a749159b0a582eba'
+         '455b68a9a15f634dcfdaff2463010d4e'
          'bde43090d4ac0ef048e3eaee8202a407')
 
 

Modified: initcpio-install-systemd
===================================================================
--- initcpio-install-systemd	2014-10-31 14:15:17 UTC (rev 225518)
+++ initcpio-install-systemd	2014-10-31 15:37:41 UTC (rev 225519)
@@ -98,11 +98,11 @@
     # from base
     add_binary /bin/mount
     add_binary /usr/bin/kmod /usr/bin/modprobe
+    add_binary /usr/lib/systemd/systemd /init
 
     map add_binary \
         /usr/lib/systemd/systemd-hibernate-resume \
         /usr/lib/systemd/system-generators/systemd-hibernate-resume-generator \
-        /usr/lib/systemd/systemd /init \
         /usr/bin/systemd-tmpfiles
 
     # generators



More information about the arch-commits mailing list