mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/systemd to 255.2-3
This commit is contained in:
parent
5ae0a49ba4
commit
413d88b43b
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = systemd
|
||||
pkgver = 255.2
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://www.github.com/systemd/systemd
|
||||
arch = x86_64
|
||||
checkdepends = python-pefile
|
||||
|
|
|
@ -16,7 +16,7 @@ pkgname=('systemd'
|
|||
_tag='be88ad03366b8aa059bb72b39a270128ba62b428' # git rev-parse v${_tag_name}
|
||||
_tag_name=255.2
|
||||
pkgver="${_tag_name/-/}"
|
||||
pkgrel=2.1
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
url='https://www.github.com/systemd/systemd'
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -279,7 +279,7 @@ package_systemd() {
|
|||
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
|
||||
install -d -o root -g root -m 0755 "$pkgdir"/usr/share/polkit-1/rules.d
|
||||
|
||||
# add example bootctl configuration
|
||||
install -D -m0644 arch.conf "$pkgdir"/usr/share/systemd/bootctl/arch.conf
|
||||
|
|
Loading…
Reference in a new issue