wok-6.x diff chkrootkit/receipt @ rev 12976

udev: we need /lib/udev/devices/shm in the minimal tree
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 01 22:53:36 2012 +0200 (2012-06-01)
parents 536a30b073fb
children eb8067417980
line diff
     1.1 --- a/chkrootkit/receipt	Sun Jul 11 10:04:54 2010 +0200
     1.2 +++ b/chkrootkit/receipt	Fri Jun 01 22:53:36 2012 +0200
     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  }