fprintd: install dbus-config to the right directory

This commit is contained in:
Enno Boland 2014-03-18 09:07:57 +01:00
parent e465d9cd3c
commit 978ff284a3
1 changed files with 6 additions and 2 deletions

View File

@ -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 <eb@s01.de>"
@ -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
}