mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/systemd to 245.6-7
This commit is contained in:
parent
8286b0eb81
commit
848c7267d1
1 changed files with 5 additions and 6 deletions
|
@ -12,7 +12,7 @@ pkgbase=systemd
|
|||
pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
|
||||
_tag='a47534aa62edfddb2df86e2d0c208979f24dc8c2' # git rev-parse v${pkgver}
|
||||
pkgver=245.6
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
arch=('x86_64')
|
||||
url='https://www.github.com/systemd/systemd'
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -245,11 +245,10 @@ package_systemd() {
|
|||
install -D -m0644 initcpio-install-udev "$pkgdir"/usr/lib/initcpio/install/udev
|
||||
install -D -m0644 initcpio-hook-udev "$pkgdir"/usr/lib/initcpio/hooks/udev
|
||||
|
||||
# ensure proper permissions for /var/log/journal
|
||||
# The permissions are stored with named group by tar, so this works with
|
||||
# users and groups populated by systemd-sysusers. This is only to prevent a
|
||||
# warning from pacman as permissions are set by systemd-tmpfiles anyway.
|
||||
install -d -o root -g systemd-journal -m 2755 "$pkgdir"/var/log/journal
|
||||
# The group 'systemd-journal' is allocated dynamically and may have varying
|
||||
# gid on different systems. Let's install with gid 0 (root), systemd-tmpfiles
|
||||
# will fix the permissions for us. (see /usr/lib/tmpfiles.d/systemd.conf)
|
||||
install -d -o root -g root -m 2755 "$pkgdir"/var/log/journal
|
||||
|
||||
# match directory owner/group and mode from [extra]/polkit
|
||||
install -d -o root -g 102 -m 0750 "$pkgdir"/usr/share/polkit-1/rules.d
|
||||
|
|
Loading…
Reference in a new issue