X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/9b265feb3378c6f2b36a52dffabe8110e3c77566..0b2bbd558db3c8a7ac8ad636cf13b32014502c0b:/Recipe?ds=sidebyside 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