From 861e56e7cd447c9ddd7f1af10610ee3c0e7a39a5 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 13 Mar 2018 09:57:46 -0500 Subject: systemd-238.0-3.parabola2: Minor fix --- libre/systemd/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libre/systemd') diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 2730a5c5f..307ec7cb2 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -13,7 +13,7 @@ pkgname+=("${_libsystemd[@]}") _commit='738ab7502afb7663d9aacdd73e79025aa7cd0a9b' pkgver=238.0 pkgrel=3 -pkgrel+=.parabola1 +pkgrel+=.parabola2 arch=('x86_64') arch+=('i686' 'armv7h') url="https://www.github.com/systemd/systemd" @@ -263,6 +263,9 @@ package_systemd() { # we'll create this on installation rmdir "$pkgdir"/var/log/journal/remote + # executable (symlinks) shipped with systemd-sysvcompat + rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit} + # avoid a potential conflict with [core]/filesystem rm "$pkgdir"/usr/share/factory/etc/nsswitch.conf sed -i '/^C \/etc\/nsswitch\.conf/d' "$pkgdir"/usr/lib/tmpfiles.d/etc.conf -- cgit v1.2.3