wok diff slim/receipt @ rev 8708
squid, squid-auth-helpers: improve depends.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 17 23:35:11 2011 +0100 (2011-02-17) |
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 17 23:35:11 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 }