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

[originally from svn r6054]
This commit is contained in:
Simon Tatham
2005-07-04 19:55:10 +00:00
parent eab3699a64
commit 9f8533c42f

3
Recipe
View File

@ -145,7 +145,8 @@ FORCE:
!begin gtk !begin gtk
install: install:
for i in cube net netslide fifteen sixteen twiddle \ 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; \ $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \
done done
!end !end