From 079806d9363519b266783832b1b65b8a043f3b50 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 20 Aug 2020 10:38:32 +0200 Subject: [PATCH] fprintd: fix dbus config path --- srcpkgs/fprintd/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fprintd/template b/srcpkgs/fprintd/template index a2fc479974..ce544bcabc 100644 --- a/srcpkgs/fprintd/template +++ b/srcpkgs/fprintd/template @@ -1,7 +1,7 @@ # Template file for 'fprintd' pkgname=fprintd version=0.9.0 -revision=1 +revision=2 wrksrc="fprintd-V_${version//./_}" build_style=gnu-configure configure_args="--sysconfdir=/etc/${pkgname} --disable-static --without-systemdsystemunitdir" @@ -29,4 +29,5 @@ pre_configure() { post_install() { mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/usr/share/dbus-1 + mv $DESTDIR/usr/share/dbus-1/dbus-1/system.d/net.reactivated.Fprint.conf $DESTDIR/usr/share/dbus-1/system.d }