# HG changeset patch # User Antoine Bodin # Date 1297473126 -3600 # Node ID 7fc357db237417e26f722093b2ab1547ea6f2576 # Parent f1df8234d9c9987b982c82ab54c64ea0c7bde629 Fix: replace exit by return into wesnoth receipt diff -r f1df8234d9c9 -r 7fc357db2374 wesnoth/receipt --- a/wesnoth/receipt Sat Feb 12 02:10:31 2011 +0100 +++ b/wesnoth/receipt Sat Feb 12 02:12:06 2011 +0100 @@ -20,7 +20,7 @@ compile_rules() { cd $src - ./autogen.sh || exit 1 + ./autogen.sh || return 1 ./configure --prefix=/usr $CONFIGURE_ARGS sed -i -e 's/CFLAGS = -O2/CFLAGS = -fno-strict-aliasing -O2/' \ -e 's/CXXFLAGS = -O2/CXXFLAGS = -fno-strict-aliasing -O2/' \