fprintd: fix dbus config path
This commit is contained in:
parent
24fc33ae25
commit
079806d936
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fprintd'
|
||||
pkgname=fprintd
|
||||
version=0.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="fprintd-V_${version//./_}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/${pkgname} --disable-static --without-systemdsystemunitdir"
|
||||
|
@ -29,4 +29,5 @@ pre_configure() {
|
|||
|
||||
post_install() {
|
||||
mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/usr/share/dbus-1
|
||||
mv $DESTDIR/usr/share/dbus-1/dbus-1/system.d/net.reactivated.Fprint.conf $DESTDIR/usr/share/dbus-1/system.d
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue