From 17dac3876ce78c0dc35913fb731ecc44a3c48e01 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Sat, 25 Jul 2015 23:49:41 +0200 Subject: [PATCH] ed: move man-pages to /usr/share/man --- ed/.footprint | 9 +++++---- ed/Pkgfile | 3 +-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ed/.footprint b/ed/.footprint index 44ae7adc..89e395a0 100644 --- a/ed/.footprint +++ b/ed/.footprint @@ -2,7 +2,8 @@ drwxr-xr-x root/root bin/ -rwxr-xr-x root/root bin/ed -rwxr-xr-x root/root bin/red drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ed.1.gz -lrwxrwxrwx root/root usr/man/man1/red.1.gz -> ed.1.gz +drwxr-xr-x root/root usr/share/ +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/ed.1.gz +lrwxrwxrwx root/root usr/share/man/man1/red.1.gz -> ed.1.gz diff --git a/ed/Pkgfile b/ed/Pkgfile index 01c382ff..928cda2e 100644 --- a/ed/Pkgfile +++ b/ed/Pkgfile @@ -4,7 +4,7 @@ name=ed version=1.12 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lz) build() { @@ -14,7 +14,6 @@ build() { ./configure --prefix=/usr \ --exec-prefix=/ \ - --mandir=/usr/man \ CFLAGS="$CFLAGS" make