wok diff chkrootkit/receipt @ rev 11257

iron-linux: Cookutils uses wget -O $SRC/$TARBALL so we can change TARBALL to save source as TARBALL. This needs to be done for iron-linux cause other wise it will just find iron-linux.tar.gz and use the old version.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 11:21:08 2011 +0000 (2011-11-07)
parents 536a30b073fb
children eb8067417980
line diff
     1.1 --- a/chkrootkit/receipt	Sun Jul 11 10:04:54 2010 +0200
     1.2 +++ b/chkrootkit/receipt	Mon Nov 07 11:21:08 2011 +0000
     1.3 @@ -13,7 +13,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	[ -f done.chkrootkit.u ] || patch -p1 < ../stuff/chkrootkit.u
     1.8 +	[ -f done.chkrootkit.u ] || patch -p1 < $stuff/chkrootkit.u
     1.9  	touch done.chkrootkit.u
    1.10  	make sense
    1.11  }