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

Jan Steffens heftig at archlinux.org
Sun Nov 18 06:40:23 UTC 2018


    Date: Sunday, November 18, 2018 @ 06:40:23
  Author: heftig
Revision: 340075

0.8.1-2: FS#60690 change dbus conf dir

Modified:
  fprintd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-17 22:42:44 UTC (rev 340074)
+++ PKGBUILD	2018-11-18 06:40:23 UTC (rev 340075)
@@ -3,7 +3,7 @@
 
 pkgname=fprintd
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus service to access fingerprint readers"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/fprint/fprintd"
@@ -40,6 +40,6 @@
 
 package() {
   cd $pkgname
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" dbus_confdir=/usr/share/dbus-1/system.d install
   install -d -m 700 "$pkgdir/var/lib/fprint"
 }



More information about the arch-commits mailing list