From 7096df54deb2b8d3ef230dad4b4e905574236eda Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 5 Sep 2005 17:21:05 +0000 Subject: Various patches from Ben H: a fix for an outdated comment, a couple of spurious ps_printf() arguments removed, and an error check in the `make install' target. [originally from svn r6275] --- Recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Recipe') 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 -- cgit v1.1