diff --git a/libtirpc/.footprint b/libtirpc/.footprint index 4cc025d2c..fd22452d4 100644 --- a/libtirpc/.footprint +++ b/libtirpc/.footprint @@ -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 diff --git a/libtirpc/Pkgfile b/libtirpc/Pkgfile index fbe130312..09095b382 100644 --- a/libtirpc/Pkgfile +++ b/libtirpc/Pkgfile @@ -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