start-stop-daemon: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 21:10:14 +02:00
parent 9eb73264c4
commit d5107e0a2d
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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/
}