wok diff slim/receipt @ rev 8878

kbd, lzma, ncursesw, netatalk-pam, pciutils, postfix, procps: restore busybox links in port_remove()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 27 01:38:28 2011 +0100 (2011-02-27)
parents cc070e9ce1b8
children 4a193c62c501
line diff
     1.1 --- a/slim/receipt	Mon Sep 27 21:59:43 2010 +0000
     1.2 +++ b/slim/receipt	Sun Feb 27 01:38:28 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  }