wok-6.x rev 9663
pcre: clean-up receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 01 09:13:52 2011 +0200 (2011-05-01) |
parents | eb613fa67090 |
children | c6e87acf001f |
files | pcre/receipt |
line diff
1.1 --- a/pcre/receipt Sun May 01 09:06:28 2011 +0200 1.2 +++ b/pcre/receipt Sun May 01 09:13:52 2011 +0200 1.3 @@ -13,12 +13,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - --enable-utf8 \ 1.10 - $CONFIGURE_ARGS && 1.11 - make && 1.12 - make DESTDIR=$PWD/_pkg install 1.13 + ./configure --enable-utf8 && 1.14 + make && make install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.