wok diff sheerdns/receipt @ rev 6014

libgdiplus: Upgrade to 2.6.7
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 18:59:56 2010 +0000 (2010-08-14)
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 Aug 14 18:59:56 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