summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYurii Kolesnykov2020-06-08 04:02:34 +0300
committerYurii Kolesnykov2020-06-08 04:02:34 +0300
commit4aa582530e423b2423a21d0fc170f53972ef344c (patch)
treefdd65bf06dcbcd92861144d4ab836e0cdd37f3e7 /PKGBUILD
parent9d1c0fa7053f6f546a02956020464d1d917f4f45 (diff)
downloadaur-4aa582530e423b2423a21d0fc170f53972ef344c.tar.gz
telinit and runlevel are no longer built, thanks to gdamjan
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a21ec138c6c5..cb1d18a1d678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=systemd-git
_pkgbase=systemd
pkgname=('systemd-git' 'systemd-libs-git' 'systemd-resolvconf-git' 'systemd-sysvcompat-git')
pkgdesc="systemd (git version)"
-pkgver=245.r630.g842a362c3a
+pkgver=245.r1582.ga07e962549
pkgrel=1
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
@@ -169,7 +169,7 @@ package_systemd-git() {
rm "$pkgdir"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,telinit}.8
# executable (symlinks) shipped with systemd-sysvcompat
- rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}
+ rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,shutdown}
# files shipped with systemd-resolvconf
rm "$pkgdir"/usr/{bin/resolvconf,share/man/man1/resolvconf.1}