diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-07-04 19:55:10 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-07-04 19:55:10 +0000 |
| commit | 9f8533c42f9b7801c262a9b399752634c15e5341 (patch) | |
| tree | d3a15e498a4871c983e84dfeaab76d9968bf20b9 | |
| parent | eab3699a64e4d96b9819b7c84909c1b4c79fce2a (diff) | |
| download | puzzles-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-- | Recipe | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |