From fb7aa806b12b8d5419c2ebd6a83dc14b73c148e8 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat, 25 Jul 2015 23:54:21 +0200 Subject: [PATCH] dhcpcd: move man-pages to /usr/share/man --- dhcpcd/.footprint | 13 +++++++------ dhcpcd/Pkgfile | 3 +-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dhcpcd/.footprint b/dhcpcd/.footprint index a4fa8046..36a79d2d 100644 --- a/dhcpcd/.footprint +++ b/dhcpcd/.footprint @@ -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/ diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index 740326dc..c7c553b3 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -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