summaryrefslogtreecommitdiff
path: root/libre/systemd
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-13 09:57:46 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-13 09:57:46 -0500
commit861e56e7cd447c9ddd7f1af10610ee3c0e7a39a5 (patch)
tree382b6dd11c2774877d3a0fda81069353cadf5a3a /libre/systemd
parentadb1d0db1ac5a7eb1e6480a49e1981cddb431017 (diff)
systemd-238.0-3.parabola2: Minor fix
Diffstat (limited to 'libre/systemd')
-rw-r--r--libre/systemd/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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