rpcbind: switch to /usr.
This commit is contained in:
parent
9ca5eb5b8f
commit
6535502054
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue