commit d5107e0a2d73e5788db2a73e162942754f7e3741 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 21:10:14 2015 +0200 start-stop-daemon: move man-pages to /usr/share/man diff --git a/start-stop-daemon/.footprint b/start-stop-daemon/.footprint index c51d918..ad56180 100644 --- a/start-stop-daemon/.footprint +++ b/start-stop-daemon/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/start-stop-daemon drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/start-stop-daemon.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/man8/ +-rw-r--r-- root/root usr/share/man/man8/start-stop-daemon.8.gz diff --git a/start-stop-daemon/Pkgfile b/start-stop-daemon/Pkgfile index df52189..2942b22 100644 --- a/start-stop-daemon/Pkgfile +++ b/start-stop-daemon/Pkgfile @@ -4,7 +4,7 @@ name=start-stop-daemon version=20150423 -release=1 +release=2 source=(start-stop-daemon.c start-stop-daemon.8 crux-patch.diff makefile) build () { @@ -12,7 +12,7 @@ build () { make - install -d $PKG/{sbin,usr/man/man8} + install -d $PKG/{sbin,usr/share/man/man8} install -m 755 $name $PKG/sbin/ - install -m 644 $name.8 $PKG/usr/man/man8/ + install -m 644 $name.8 $PKG/usr/share/man/man8/ }