fprintd: fix install paths
This commit is contained in:
parent
f18f75fc34
commit
0588248639
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fprintd'
|
||||
pkgname=fprintd
|
||||
version=0.9.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="fprintd-V_${version//./_}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/${pkgname} --disable-static --without-systemdsystemunitdir"
|
||||
|
@ -29,5 +29,6 @@ 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
|
||||
vmkdir usr/share/dbus-1/system.d
|
||||
mv $DESTDIR/usr/share/dbus-1/dbus-1/system.d/net.reactivated.Fprint.conf $DESTDIR/usr/share/dbus-1/system.d/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue