commit 9f5d0fe9c20c10a608d897836f01640aa5f63a3a Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 21:19:05 2015 +0200 procps: move man-pages to /usr/share/man diff --git a/procps/.footprint b/procps/.footprint index 401b67b..023d323 100644 --- a/procps/.footprint +++ b/procps/.footprint @@ -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 diff --git a/procps/Pkgfile b/procps/Pkgfile index 5f7a3bf..0d4df89 100644 --- a/procps/Pkgfile +++ b/procps/Pkgfile @@ -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-$vers... 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 }