aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 02:20:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 05:23:49 +0000
commitcdbf705877d4ce76674137d31e31eee5441da6b9 (patch)
tree83e6a682005f9fe9add49dcaa54cc0f3f717fe32
parent74d97bfadf516992711663aa0473e6db007cf626 (diff)
community/polkit-elogind: fix location of dbus configuration
-rw-r--r--community/polkit-elogind/APKBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/polkit-elogind/APKBUILD b/community/polkit-elogind/APKBUILD
index a7a4e4d39f3..b1590abce70 100644
--- a/community/polkit-elogind/APKBUILD
+++ b/community/polkit-elogind/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=polkit-elogind
pkgver=0.118
-pkgrel=0
+pkgrel=1
pkgdesc="Application development toolkit for controlling system-wide privileges (elogind variant)"
url="https://www.freedesktop.org/wiki/Software/polkit/"
arch="all !mips !mips64 !s390x" # Rust
@@ -57,7 +57,10 @@ check() {
package() {
# Set SHELL as a workaround for #10081
- make SHELL=/bin/bash DESTDIR="$pkgdir" install
+ make SHELL=/bin/bash DESTDIR="$pkgdir" \
+ dbusconfdir=/usr/share/dbus-1/system.d \
+ rulesdir=/usr/share/polkit-1/rules.d \
+ install
# Use our own polkit rules, upstream may change them
install -m644 "$srcdir"/alpine-polkit.pam "$pkgdir"/etc/pam.d/polkit-1