From 9f8533c42f9b7801c262a9b399752634c15e5341 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 4 Jul 2005 19:55:10 +0000 Subject: [PATCH] There's always one. Forgot to add Pegs to `make install'. [originally from svn r6054] --- Recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Recipe b/Recipe index 726e4ef..24fea9f 100644 --- a/Recipe +++ b/Recipe @@ -145,7 +145,8 @@ FORCE: !begin gtk install: for i in cube net netslide fifteen sixteen twiddle \ - pattern rect solo mines samegame flip guess; do \ + pattern rect solo mines samegame flip guess \ + pegs; do \ $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \ done !end