wok rev 15248
squid-custom-errors, thttpd: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 16:48:30 2013 +0000 (2013-09-23) |
parents | 4b621e9fc7d6 |
children | 3661a01ec653 |
files | squid-custom-errors/receipt thttpd/receipt |
line diff
1.1 --- a/squid-custom-errors/receipt Mon Sep 23 16:04:09 2013 +0000 1.2 +++ b/squid-custom-errors/receipt Mon Sep 23 16:48:30 2013 +0000 1.3 @@ -12,7 +12,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - tar xvzf $stuff/$_TARBALL 1.8 + tar xzf $stuff/$_TARBALL 1.9 mkdir -p $DESTDIR 1.10 cp -a $PACKAGE-$VERSION/fr $PACKAGE-$VERSION/wwwroot $DESTDIR 1.11 }
2.1 --- a/thttpd/receipt Mon Sep 23 16:04:09 2013 +0000 2.2 +++ b/thttpd/receipt Mon Sep 23 16:48:30 2013 +0000 2.3 @@ -20,7 +20,7 @@ 2.4 --infodir=/usr/share/info \ 2.5 --mandir=/usr/share/man \ 2.6 $CONFIGURE_ARGS && 2.7 - make 2.8 + make 2>&1 | grep -v "STRERROR" 2.9 } 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.