# HG changeset patch # User Christophe Lincoln # Date 1304234032 -7200 # Node ID 3bb8f2adbf517b054261d9a91f24842df7bea9d6 # Parent eb613fa670901a05c8bd7638ba0e412537cac6f2 pcre: clean-up receipt diff -r eb613fa67090 -r 3bb8f2adbf51 pcre/receipt --- a/pcre/receipt Sun May 01 09:06:28 2011 +0200 +++ b/pcre/receipt Sun May 01 09:13:52 2011 +0200 @@ -13,12 +13,8 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --enable-utf8 \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure --enable-utf8 && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.