wok diff squid-custom-errors/receipt @ rev 19446
dillo: add stuff/fltk-1.3.3.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 15 18:21:21 2016 +0200 (2016-10-15) |
parents | 1c6d90864e25 |
children |
line diff
1.1 --- a/squid-custom-errors/receipt Mon Sep 23 16:48:30 2013 +0000 1.2 +++ b/squid-custom-errors/receipt Sat Oct 15 18:21:21 2016 +0200 1.3 @@ -3,8 +3,9 @@ 1.4 PACKAGE="squid-custom-errors" 1.5 VERSION="1.1" 1.6 CATEGORY="misc" 1.7 -SHORT_DESC="squid error messages customized fro SliTaz" 1.8 +SHORT_DESC="squid error messages customized for SliTaz" 1.9 MAINTAINER="erjo@slitaz.org" 1.10 +LICENSE="GPL3" 1.11 DEPENDS="squid" 1.12 _TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.slitaz.org" 1.14 @@ -23,7 +24,7 @@ 1.15 mkdir -p $fs/usr/share/squid/errors \ 1.16 $fs/var/www 1.17 1.18 - cp -a $_pkg/fr $fs/usr/share/squid/errors 1.19 - cp -a $_pkg/wwwroot/* $fs/var/www 1.20 + cp -a $install/fr $fs/usr/share/squid/errors 1.21 + cp -a $install/wwwroot/* $fs/var/www 1.22 } 1.23