From 978ff284a326d0eb98b38b50c181d626194754a9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 18 Mar 2014 09:07:57 +0100 Subject: [PATCH] fprintd: install dbus-config to the right directory --- srcpkgs/fprintd/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fprintd/template b/srcpkgs/fprintd/template index 6ccfc0a448c..280040d7f56 100644 --- a/srcpkgs/fprintd/template +++ b/srcpkgs/fprintd/template @@ -1,7 +1,7 @@ # Template file for 'fprintd' pkgname=fprintd version=0.5.1 -revision=2 +revision=3 build_style=gnu-configure short_desc="daemon that provides fingerprint scanning functionality" maintainer="Enno Boland " @@ -12,5 +12,9 @@ license="GPL" distfiles="http://people.freedesktop.org/~hadess/${pkgname}-${version}.tar.xz" checksum=9256970fe30cb0332c1932fc0dad3c8d83570eb8e153305e9430e3cd90806e58 configure_args="--sysconfdir=/etc/$pkgname --disable-static" -conf_files="/etc/fprintd/fprintd.conf" +conf_files="/etc/fprintd/fprintd.conf /etc/dbus-1/system.d/net.reactivated.Fprint.conf" systemd_services="${pkgname}.service on" + +post_install() { + mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/etc +}