# HG changeset patch # User Pascal Bellard # Date 1379954910 0 # Node ID 1c6d90864e25108748e99141b33febded0e83064 # Parent 4b621e9fc7d63304e5e19e649d0dca254ae578b9 squid-custom-errors, thttpd: remove wrong error trigger diff -r 4b621e9fc7d6 -r 1c6d90864e25 squid-custom-errors/receipt --- a/squid-custom-errors/receipt Mon Sep 23 16:04:09 2013 +0000 +++ b/squid-custom-errors/receipt Mon Sep 23 16:48:30 2013 +0000 @@ -12,7 +12,7 @@ # Rules to configure and make the package. compile_rules() { - tar xvzf $stuff/$_TARBALL + tar xzf $stuff/$_TARBALL mkdir -p $DESTDIR cp -a $PACKAGE-$VERSION/fr $PACKAGE-$VERSION/wwwroot $DESTDIR } diff -r 4b621e9fc7d6 -r 1c6d90864e25 thttpd/receipt --- a/thttpd/receipt Mon Sep 23 16:04:09 2013 +0000 +++ b/thttpd/receipt Mon Sep 23 16:48:30 2013 +0000 @@ -20,7 +20,7 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make + make 2>&1 | grep -v "STRERROR" } # Rules to gen a SliTaz package suitable for Tazpkg.