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

This commit is contained in:
Fredrik Rinnestam 2015-07-25 23:54:21 +02:00
parent 44dd4b8f2f
commit fb7aa806b1
2 changed files with 8 additions and 8 deletions

View File

@ -18,12 +18,13 @@ drwxr-xr-x root/root lib/dhcpcd/dhcpcd-hooks/
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/dhcpcd
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/dhcpcd.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/dhcpcd-run-hooks.8.gz
-rw-r--r-- root/root usr/man/man8/dhcpcd.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/man5/
-rw-r--r-- root/root usr/share/man/man5/dhcpcd.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/dhcpcd-run-hooks.8.gz
-rw-r--r-- root/root usr/share/man/man8/dhcpcd.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/dhcpcd/

View File

@ -5,7 +5,7 @@
name=dhcpcd
version=6.9.1
release=1
release=2
source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.xz)
build () {
@ -14,7 +14,6 @@ build () {
./configure --prefix= \
--libexecdir=/lib/dhcpcd \
--dbdir=/var/lib/dhcpcd \
--mandir=/usr/man \
--sysconfdir=/etc/dhcpcd \
--os=linux \
--with-hooks=none