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

This commit is contained in:
Juergen Daubert 2015-07-25 19:17:56 +02:00
parent 344a2c0d20
commit 2372a48503
2 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,8 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bc -rwxr-xr-x root/root usr/bin/bc
-rwxr-xr-x root/root usr/bin/dc -rwxr-xr-x root/root usr/bin/dc
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man1/bc.1.gz drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/man/man1/dc.1.gz -rw-r--r-- root/root usr/share/man/man1/bc.1.gz
-rw-r--r-- root/root usr/share/man/man1/dc.1.gz

View File

@ -5,7 +5,7 @@
name=bc name=bc
version=1.06 version=1.06
release=3 release=4
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
$name-$version-compile_fixes.patch $name-$version-fixes-1.patch) $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-compile_fixes.patch
patch -p1 < ../$name-$version-fixes-1.patch patch -p1 < ../$name-$version-fixes-1.patch
./configure --prefix=/usr --with-readline ./configure --prefix=/usr --with-readline --mandir=/usr/share/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -rf $PKG/usr/info rm -rf $PKG/usr/info