From 547326f8145bb089ffe3d0c9f71370453524eb87 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Mar 2014 06:09:30 +0100 Subject: [PATCH] fprintd: add /etc/fprintd/fprintd.conf to conf_files. --- srcpkgs/fprintd/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fprintd/template b/srcpkgs/fprintd/template index 6765044b00..04d0e1060b 100644 --- a/srcpkgs/fprintd/template +++ b/srcpkgs/fprintd/template @@ -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 " @@ -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"