Skip to content

Commit

Permalink
[PKGBUILD] Try to fix an issue where if prepare() fails then the …
Browse files Browse the repository at this point in the history
…buid

would continue anyway.
  • Loading branch information
Dan Liew committed Dec 9, 2015
1 parent ab1e6fc commit 45df427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe-arch
Expand Up @@ -41,7 +41,7 @@ recipe_setup_arch() {

recipe_prepare_arch() {
echo "Preparing sources..."
_arch_recipe_makepkg -so "2>&1" ">/dev/null"
_arch_recipe_makepkg -so "2>&1" ">/dev/null" || exit 1
}

recipe_build_arch() {
Expand Down

0 comments on commit 45df427

Please sign in to comment.