There's always one. Forgot to add Pegs to `make install'.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 4 Jul 2005 19:55:10 +0000 (19:55 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 4 Jul 2005 19:55:10 +0000 (19:55 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6054 cda61777-01e9-0310-a592-d414129be87e

Recipe

diff --git a/Recipe b/Recipe
index 726e4ef..24fea9f 100644 (file)
--- 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