commit f294667853838a696e18d23f134e0239b976b8da Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Mon Aug 3 17:16:26 2015 +0200 dstat: changed manpage location diff --git a/dstat/.footprint b/dstat/.footprint index fd1babb..f69d0ae 100644 --- a/dstat/.footprint +++ b/dstat/.footprint @@ -1,9 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/dstat -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/dstat.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/dstat/ -rwxr-xr-x root/root usr/share/dstat/dstat.py @@ -73,3 +70,6 @@ drwxr-xr-x root/root usr/share/dstat/ -rw-r--r-- root/root usr/share/dstat/dstat_vz_io.py -rw-r--r-- root/root usr/share/dstat/dstat_vz_ubc.py -rw-r--r-- root/root usr/share/dstat/dstat_wifi.py +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/dstat.1.gz diff --git a/dstat/Pkgfile b/dstat/Pkgfile index d9b9a29..f2f2b0b 100644 --- a/dstat/Pkgfile +++ b/dstat/Pkgfile @@ -5,12 +5,11 @@ name=dstat version=0.7.2 -release=1 +release=2 source=(http://dag.wieers.com/home-made/$name/$name-$version.tar.bz2) build() { cd $name-$version - sed -i s'|mandir = $(datadir)/man|mandir = $(prefix)/man|' Makefile make make DESTDIR=$PKG install }