shithub: puzzles

Download patch

ref: 9f8533c42f9b7801c262a9b399752634c15e5341
parent: eab3699a64e4d96b9819b7c84909c1b4c79fce2a
author: Simon Tatham <anakin@pobox.com>
date: Mon Jul 4 15:55:10 EDT 2005

There's always one. Forgot to add Pegs to `make install'.

[originally from svn r6054]

--- a/Recipe
+++ b/Recipe
@@ -145,7 +145,8 @@
 !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