wok diff slim/receipt @ rev 8833

Fix: tazdev receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 16:18:46 2011 +0100 (2011-02-24)
parents cc070e9ce1b8
children 4a193c62c501
line diff
     1.1 --- a/slim/receipt	Mon Sep 27 21:59:43 2010 +0000
     1.2 +++ b/slim/receipt	Thu Feb 24 16:18:46 2011 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p1 < ../stuff/NoPwdForCmd.patch || exit 1
     1.8 +	patch -p1 < ../stuff/NoPwdForCmd.patch || return 1
     1.9  	make &&
    1.10  	make DESTDIR=$src/_pkg install
    1.11  }