wok-6.x rev 8173
imported patch toolchain/bison.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:49 2011 +0100 (2011-01-27) |
parents | c636437d360a |
children | 8bfd4fcfb42a |
files | bison/receipt |
line diff
1.1 --- a/bison/receipt Thu Jan 27 00:20:49 2011 +0100 1.2 +++ b/bison/receipt Thu Jan 27 00:20:49 2011 +0100 1.3 @@ -16,11 +16,10 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.9 + ./configure && 1.10 echo '#define YYENABLE_NLS 1' >> config.h && 1.11 make && 1.12 - make DESTDIR=$PWD/_pkg install 1.13 + make install 1.14 } 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg.