libtirpc: move man-pages to /usr/share

This commit is contained in:
Juergen Daubert 2016-10-29 12:22:39 +02:00
parent 905bcc4ec0
commit c82f4b9316
2 changed files with 25 additions and 25 deletions

View File

@ -44,26 +44,27 @@ lrwxrwxrwx root/root usr/lib/libtirpc.so.3 -> libtirpc.so.3.0.0
-rwxr-xr-x root/root usr/lib/libtirpc.so.3.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtirpc.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/bindresvport.3t.gz
-rw-r--r-- root/root usr/man/man3/des_crypt.3t.gz
-rw-r--r-- root/root usr/man/man3/getnetconfig.3t.gz
-rw-r--r-- root/root usr/man/man3/getnetpath.3t.gz
-rw-r--r-- root/root usr/man/man3/getrpcent.3t.gz
-rw-r--r-- root/root usr/man/man3/getrpcport.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_clnt_auth.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_clnt_calls.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_clnt_create.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_secure.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_soc.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_svc_calls.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_svc_create.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_svc_err.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_svc_reg.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_xdr.3t.gz
-rw-r--r-- root/root usr/man/man3/rpcbind.3t.gz
-rw-r--r-- root/root usr/man/man3/rtime.3t.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/netconfig.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/bindresvport.3t.gz
-rw-r--r-- root/root usr/share/man/man3/des_crypt.3t.gz
-rw-r--r-- root/root usr/share/man/man3/getnetconfig.3t.gz
-rw-r--r-- root/root usr/share/man/man3/getnetpath.3t.gz
-rw-r--r-- root/root usr/share/man/man3/getrpcent.3t.gz
-rw-r--r-- root/root usr/share/man/man3/getrpcport.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_clnt_auth.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_clnt_calls.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_clnt_create.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_secure.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_soc.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_svc_calls.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_svc_create.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_svc_err.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_svc_reg.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpc_xdr.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rpcbind.3t.gz
-rw-r--r-- root/root usr/share/man/man3/rtime.3t.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/netconfig.5.gz

View File

@ -4,7 +4,7 @@
name=libtirpc
version=1.0.1
release=1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
@ -12,7 +12,6 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-gssapi
make