wok rev 8502
Fix: replace exit by return into wesnoth receipt
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 12 02:12:06 2011 +0100 (2011-02-12) |
parents | f1df8234d9c9 |
children | 5a2ca8500e9a |
files | wesnoth/receipt |
line diff
1.1 --- a/wesnoth/receipt Sat Feb 12 02:10:31 2011 +0100 1.2 +++ b/wesnoth/receipt Sat Feb 12 02:12:06 2011 +0100 1.3 @@ -20,7 +20,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./autogen.sh || exit 1 1.8 + ./autogen.sh || return 1 1.9 ./configure --prefix=/usr $CONFIGURE_ARGS 1.10 sed -i -e 's/CFLAGS = -O2/CFLAGS = -fno-strict-aliasing -O2/' \ 1.11 -e 's/CXXFLAGS = -O2/CXXFLAGS = -fno-strict-aliasing -O2/' \