From da1111585b90f76678278b9fb4f30465bfb27275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Thu, 2 Jun 2011 09:04:56 -0500 Subject: * libremakepkg must fail when building fails --- libremakepkg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libremakepkg b/libremakepkg index c045ef1..e9fe1a2 100755 --- a/libremakepkg +++ b/libremakepkg @@ -32,7 +32,7 @@ function usage { echo " -c : cleans CHCOPY before building." echo " -u : updates CHROOT before building." echo " -n : use this dir instead of CHCOPY." - echo " -M \"makepkg long args\" : passes long args to makepkg" + echo " -M \"makepkg long arg\" : passes long args to makepkg, use it as many times as needed." echo " -I pkgname : install this package, use it as many times needed." echo } @@ -82,5 +82,4 @@ fi msg "Creating the package" makechrootpkg $_CLEAN -r ${CHROOTDIR} -l "${chrootname}" $_PKGINSTALL -- $_MAKEPKG_ARGS - -exit 0 +exit $? -- cgit v1.1-4-g5e80