aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-06-23 18:05:19 +0000
committerSimon Tatham <anakin@pobox.com>2005-06-23 18:05:19 +0000
commit2ce863a76db65caa72245543041d56aa487d5337 (patch)
treeac09fc717c5186b83578a5d8374542bf35bc3b98
parenta46e3266558eaf5cd18ac2a6322af65c196c3655 (diff)
downloadpuzzles-2ce863a76db65caa72245543041d56aa487d5337.zip
puzzles-2ce863a76db65caa72245543041d56aa487d5337.tar.gz
puzzles-2ce863a76db65caa72245543041d56aa487d5337.tar.bz2
puzzles-2ce863a76db65caa72245543041d56aa487d5337.tar.xz
And forgot to add guess to the Unix make install target! I need a list.
[originally from svn r5998]
-rw-r--r--Recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/Recipe b/Recipe
index ab7b3c9..a772e80 100644
--- a/Recipe
+++ b/Recipe
@@ -142,7 +142,7 @@ FORCE:
!begin gtk
install:
for i in cube net netslide fifteen sixteen twiddle \
- pattern rect solo mines samegame flip; do \
+ pattern rect solo mines samegame flip guess; do \
$(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \
done
!end