commit 2372a485034aed561334a354ff37f38b3a3955ea Author: Juergen Daubert <jue@jue.li> Date: Sat Jul 25 19:17:56 2015 +0200 bc: move man-pages to /usr/share/man diff --git a/bc/.footprint b/bc/.footprint index 23a41d1..8f0dcfc 100644 --- a/bc/.footprint +++ b/bc/.footprint @@ -2,7 +2,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/bc -rwxr-xr-x root/root usr/bin/dc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/bc.1.gz --rw-r--r-- root/root usr/man/man1/dc.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/bc.1.gz +-rw-r--r-- root/root usr/share/man/man1/dc.1.gz diff --git a/bc/Pkgfile b/bc/Pkgfile index eb21ba4..b5c8253 100644 --- a/bc/Pkgfile +++ b/bc/Pkgfile @@ -5,7 +5,7 @@ name=bc version=1.06 -release=3 +release=4 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ $name-$version-compile_fixes.patch $name-$version-fixes-1.patch) @@ -14,7 +14,7 @@ build() { patch -p1 < ../$name-$version-compile_fixes.patch patch -p1 < ../$name-$version-fixes-1.patch - ./configure --prefix=/usr --with-readline + ./configure --prefix=/usr --with-readline --mandir=/usr/share/man make make DESTDIR=$PKG install rm -rf $PKG/usr/info