From 6535502054b511ffdf263de77193c0d72a318269 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 9 Jul 2012 22:53:37 +0200 Subject: [PATCH] rpcbind: switch to /usr. --- srcpkgs/rpcbind/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }