aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe3
1 files changed, 2 insertions, 1 deletions
diff --git a/Recipe b/Recipe
index e028c14..5907519 100644
--- a/Recipe
+++ b/Recipe
@@ -190,6 +190,7 @@ install:
pattern rect solo mines samegame flip guess \
pegs dominosa untangle blackbox slant lightup \
map loopy inertia; do \
- $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \
+ $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i \
+ || exit 1; \
done
!end