wok diff sheerdns/receipt @ rev 5953
Up: exiftool 8.27
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Tue Aug 03 22:23:30 2010 +0200 (2010-08-03) |
parents | 348e5329da7d |
children | 940b5937e496 |
line diff
1.1 --- a/sheerdns/receipt Mon Feb 16 13:50:36 2009 +0000 1.2 +++ b/sheerdns/receipt Tue Aug 03 22:23:30 2010 +0200 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