procps: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 21:19:05 +02:00
parent a88350f3b7
commit 9f5d0fe9c2
2 changed files with 27 additions and 27 deletions

View File

@ -42,27 +42,28 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libprocps.so -> ../../lib/libprocps.so.4.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libprocps.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/free.1.gz
-rw-r--r-- root/root usr/man/man1/pgrep.1.gz
-rw-r--r-- root/root usr/man/man1/pidof.1.gz
-rw-r--r-- root/root usr/man/man1/pkill.1.gz
-rw-r--r-- root/root usr/man/man1/pmap.1.gz
-rw-r--r-- root/root usr/man/man1/ps.1.gz
-rw-r--r-- root/root usr/man/man1/pwdx.1.gz
-rw-r--r-- root/root usr/man/man1/slabtop.1.gz
-rw-r--r-- root/root usr/man/man1/tload.1.gz
-rw-r--r-- root/root usr/man/man1/top.1.gz
-rw-r--r-- root/root usr/man/man1/uptime.1.gz
-rw-r--r-- root/root usr/man/man1/w.1.gz
-rw-r--r-- root/root usr/man/man1/watch.1.gz
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/openproc.3.gz
-rw-r--r-- root/root usr/man/man3/readproc.3.gz
-rw-r--r-- root/root usr/man/man3/readproctab.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/sysctl.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/sysctl.8.gz
-rw-r--r-- root/root usr/man/man8/vmstat.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/free.1.gz
-rw-r--r-- root/root usr/share/man/man1/pgrep.1.gz
-rw-r--r-- root/root usr/share/man/man1/pidof.1.gz
-rw-r--r-- root/root usr/share/man/man1/pkill.1.gz
-rw-r--r-- root/root usr/share/man/man1/pmap.1.gz
-rw-r--r-- root/root usr/share/man/man1/ps.1.gz
-rw-r--r-- root/root usr/share/man/man1/pwdx.1.gz
-rw-r--r-- root/root usr/share/man/man1/slabtop.1.gz
-rw-r--r-- root/root usr/share/man/man1/tload.1.gz
-rw-r--r-- root/root usr/share/man/man1/top.1.gz
-rw-r--r-- root/root usr/share/man/man1/uptime.1.gz
-rw-r--r-- root/root usr/share/man/man1/w.1.gz
-rw-r--r-- root/root usr/share/man/man1/watch.1.gz
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/openproc.3.gz
-rw-r--r-- root/root usr/share/man/man3/readproc.3.gz
-rw-r--r-- root/root usr/share/man/man3/readproctab.3.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/sysctl.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/sysctl.8.gz
-rw-r--r-- root/root usr/share/man/man8/vmstat.8.gz

View File

@ -5,7 +5,7 @@
name=procps
version=3.3.10
release=2
release=3
source=(http://downloads.sourceforge.net/project/procps-ng/Production/$name-ng-$version.tar.xz
sysctl.conf)
@ -16,7 +16,6 @@ build() {
--exec-prefix=/ \
--libdir=/usr/lib \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-nls \
--disable-kill \
--disable-modern-top
@ -30,5 +29,5 @@ build() {
ln -sf ../../lib/$(readlink $PKG/lib/libprocps.so.4) $PKG/usr/lib/libprocps.so
install -m 0644 $SRC/sysctl.conf $PKG/etc/sysctl.conf
rm -r $PKG/usr/share
rm -r $PKG/usr/share/doc
}