wok-stable diff accessx/receipt @ rev 8615
Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 19:09:46 2011 +0100 (2011-02-14) |
parents | 15ac6124bf79 |
children | cbfb348cb173 |
line diff
1.1 --- a/accessx/receipt Sun Oct 03 20:25:18 2010 +0000 1.2 +++ b/accessx/receipt Mon Feb 14 19:09:46 2011 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 mv $PACKAGE $PACKAGE-$VERSION 2> /dev/null 1.5 cd $src 1.6 # Patch for deprecated <iostream.h> 1.7 - patch -p0 < ../stuff/accessx.diff || exit 1 1.8 + patch -p0 < ../stuff/accessx.diff || return 1 1.9 make 1.10 } 1.11