fprintd: add /etc/fprintd/fprintd.conf to conf_files.
This commit is contained in:
parent
534a660028
commit
547326f814
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fprintd'
|
||||
pkgname=fprintd
|
||||
version=0.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="daemon that provides fingerprint scanning functionality"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
|
@ -12,3 +12,4 @@ 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"
|
||||
|
|
Loading…
Reference in New Issue