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

This commit is contained in:
Juergen Daubert 2015-07-25 19:19:40 +02:00
parent 2372a48503
commit ecc6c0731e
2 changed files with 6 additions and 8 deletions

View File

@ -4,10 +4,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/yacc
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/liby.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/bison.1.gz
-rw-r--r-- root/root usr/man/man1/yacc.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/bison-i18n.m4
@ -36,3 +32,7 @@ drwxr-xr-x root/root usr/share/bison/xslt/
-rw-r--r-- root/root usr/share/bison/xslt/xml2text.xsl
-rw-r--r-- root/root usr/share/bison/xslt/xml2xhtml.xsl
-rw-r--r-- root/root usr/share/bison/yacc.c
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/bison.1.gz
-rw-r--r-- root/root usr/share/man/man1/yacc.1.gz

View File

@ -4,14 +4,12 @@
name=bison
version=3.0.4
release=1
release=2
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info $PKG/usr/share/doc/