mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
There's always one. Forgot to add Pegs to `make install'.
[originally from svn r6054]
This commit is contained in:
3
Recipe
3
Recipe
@ -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
|
||||||
|
Reference in New Issue
Block a user