wok-current diff pcre/receipt @ rev 10059
xorg-libXmu: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 04:44:29 2011 +0000 (2011-05-20) |
parents | 95b9a6a1b091 |
children | 0219c11c76d5 |
line diff
1.1 --- a/pcre/receipt Mon Jan 17 21:54:12 2011 +0000 1.2 +++ b/pcre/receipt Fri May 20 04:44:29 2011 +0000 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.