![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit ecc6c0731ee70eeb45c1cfc041ca3daa3ce68b06 Author: Juergen Daubert <jue@jue.li> Date: Sat Jul 25 19:19:40 2015 +0200 bison: move man-pages to /usr/share/man diff --git a/bison/.footprint b/bison/.footprint index f58af3b..0293cbc 100644 --- a/bison/.footprint +++ b/bison/.footprint @@ -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 diff --git a/bison/Pkgfile b/bison/Pkgfile index f2a1b61..ca4ef23 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -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/