aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-07-04 19:55:10 +0000
committerSimon Tatham <anakin@pobox.com>2005-07-04 19:55:10 +0000
commit9f8533c42f9b7801c262a9b399752634c15e5341 (patch)
treed3a15e498a4871c983e84dfeaab76d9968bf20b9
parenteab3699a64e4d96b9819b7c84909c1b4c79fce2a (diff)
downloadpuzzles-9f8533c42f9b7801c262a9b399752634c15e5341.zip
puzzles-9f8533c42f9b7801c262a9b399752634c15e5341.tar.gz
puzzles-9f8533c42f9b7801c262a9b399752634c15e5341.tar.bz2
puzzles-9f8533c42f9b7801c262a9b399752634c15e5341.tar.xz
There's always one. Forgot to add Pegs to `make install'.
[originally from svn r6054]
-rw-r--r--Recipe3
1 files changed, 2 insertions, 1 deletions
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