wok-next diff squid-custom-errors/receipt @ rev 11373
python-ldap: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 09 12:27:15 2011 +0100 (2011-12-09) |
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 Fri Dec 09 12:27:15 2011 +0100 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 }