wok rev 2269
sheerdns: add CONFIG_FILES
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 17 21:13:23 2009 +0000 (2009-02-17) |
parents | c11a070d03ee |
children | 3fa4891116b4 |
files | sheerdns/receipt |
line diff
1.1 --- a/sheerdns/receipt Tue Feb 17 20:28:00 2009 +0000 1.2 +++ b/sheerdns/receipt Tue Feb 17 21:13:23 2009 +0000 1.3 @@ -8,6 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://threading.2038bug.com/sheerdns/" 1.6 WGET_URL="${WEB_SITE}$TARBALL" 1.7 +CONFIG_FILES="/var/sheerdns" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -25,7 +26,7 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr/bin 1.16 + mkdir -p $fs/usr/bin $fs/var/sheerdns 1.17 cp -a $src/sheerdns $src/sheerdnshash $fs/usr/bin 1.18 } 1.19