From: Victor Martinez Date: Wed, 11 Nov 2015 16:27:19 +0000 (+0000) Subject: bc: updated mandir X-Git-Url: http://gitweb/?a=commitdiff_plain;h=07190c7fea16fe084aba071a95fbd115b5167828;p=crossrootfs.git bc: updated mandir --- 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 f3003bb..4295838 100644 --- a/bc/Pkgfile +++ b/bc/Pkgfile @@ -6,7 +6,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) @@ -20,7 +20,8 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --with-readline + --with-readline \ + --mandir=/usr/share/man make AR="$AR" make DESTDIR=$PKG install