fprintd: install dbus-config to the right directory
This commit is contained in:
parent
e465d9cd3c
commit
978ff284a3
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fprintd'
|
# Template file for 'fprintd'
|
||||||
pkgname=fprintd
|
pkgname=fprintd
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="daemon that provides fingerprint scanning functionality"
|
short_desc="daemon that provides fingerprint scanning functionality"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
|
@ -12,5 +12,9 @@ license="GPL"
|
||||||
distfiles="http://people.freedesktop.org/~hadess/${pkgname}-${version}.tar.xz"
|
distfiles="http://people.freedesktop.org/~hadess/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9256970fe30cb0332c1932fc0dad3c8d83570eb8e153305e9430e3cd90806e58
|
checksum=9256970fe30cb0332c1932fc0dad3c8d83570eb8e153305e9430e3cd90806e58
|
||||||
configure_args="--sysconfdir=/etc/$pkgname --disable-static"
|
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"
|
systemd_services="${pkgname}.service on"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/etc
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue