wok-6.x diff sheerdns/receipt @ rev 7238
Fixed paths for llc.ko.gz and rfkill.ko.gz in linux package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Nov 13 01:11:48 2010 +0000 (2010-11-13) |
parents | 348e5329da7d |
children | 940b5937e496 |
line diff
1.1 --- a/sheerdns/receipt Mon Feb 16 13:50:36 2009 +0000 1.2 +++ b/sheerdns/receipt Sat Nov 13 01:11:48 2010 +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