wok diff squid-custom-errors/receipt @ rev 11765
up mtr (0.82) and added description
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 22 17:33:57 2012 -0800 (2012-02-22) |
parents | 8b0cce5c5819 |
children | 7209b34bbc17 |
line diff
1.1 --- a/squid-custom-errors/receipt Fri Mar 04 11:06:52 2011 +0100 1.2 +++ b/squid-custom-errors/receipt Wed Feb 22 17:33:57 2012 -0800 1.3 @@ -6,13 +6,13 @@ 1.4 SHORT_DESC="squid error messages customized fro SliTaz" 1.5 MAINTAINER="erjo@oslitaz.org" 1.6 DEPENDS="squid" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 +_TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.slitaz.org" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - tar xvzf stuff/$TARBALL 1.15 + tar xvzf $stuff/$_TARBALL 1.16 mkdir -p $DESTDIR 1.17 cp -a $PACKAGE-$VERSION/fr $PACKAGE-$VERSION/wwwroot $DESTDIR 1.18 }