wok diff squid-custom-errors/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 7209b34bbc17
children 3d805214d753
line diff
     1.1 --- a/squid-custom-errors/receipt	Thu Feb 23 23:19:43 2012 +0100
     1.2 +++ b/squid-custom-errors/receipt	Fri Sep 27 09:56:20 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  }