I found a slightly odd-looking line of code in this file a few days
[sgt/puzzles] / Recipe
diff --git a/Recipe b/Recipe
index e028c14..5907519 100644 (file)
--- 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