From 05882486397f36af764809f06e8a85affa931626 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 21 Aug 2020 00:12:40 +0200 Subject: [PATCH] fprintd: fix install paths --- srcpkgs/fprintd/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fprintd/template b/srcpkgs/fprintd/template index ce544bcabc2..b256567badf 100644 --- a/srcpkgs/fprintd/template +++ b/srcpkgs/fprintd/template @@ -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/ }