diff --git a/srcpkgs/rpcbind/template b/srcpkgs/rpcbind/template index b18901bdbd..3e04d564ce 100644 --- a/srcpkgs/rpcbind/template +++ b/srcpkgs/rpcbind/template @@ -1,7 +1,7 @@ # Template file for 'rpcbind' pkgname=rpcbind version=0.2.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-warmstarts --with-statedir=/var/lib/rpcbind --with-rpcuser=rpc" @@ -24,7 +24,7 @@ make_dirs="/var/lib/rpcbind 0700 rpc rpc" post_install() { vinstall man/rpcbind.8 644 usr/share/man/man8 vinstall man/rpcinfo.8 644 usr/share/man/man8 - vmkdir lib/systemd/system + vmkdir usr/lib/systemd/system install -m644 ${FILESDIR}/*.{service,socket} \ - ${DESTDIR}/lib/systemd/system + ${DESTDIR}/usr/lib/systemd/system }