[arch-commits] Commit in polkit/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Oct 4 00:42:04 UTC 2019


    Date: Friday, October 4, 2019 @ 00:42:04
  Author: heftig
Revision: 363746

0.116-3: move config

Modified:
  polkit/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-04 00:39:41 UTC (rev 363745)
+++ PKGBUILD	2019-10-04 00:42:04 UTC (rev 363746)
@@ -2,7 +2,7 @@
 
 pkgname=polkit
 pkgver=0.116
-pkgrel=2
+pkgrel=3
 pkgdesc="Application development toolkit for controlling system-wide privileges"
 arch=(x86_64)
 license=(LGPL)
@@ -43,7 +43,9 @@
 
 package() {
   cd $pkgname
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install \
+      dbusconfdir=/usr/share/dbus-1/system.d \
+      rulesdir=/usr/share/polkit-1/rules.d
 
   install -d -o root -g 102 -m 750 "$pkgdir"/{etc,usr/share}/polkit-1/rules.d
 



More information about the arch-commits mailing list