Change Details
bsd-games/Makefile |
48 | 48 | define Package/tetris/install |
49 | 49 | $(INSTALL_DIR) \ |
50 | 50 | $(1)/usr/bin \ |
51 | | $(1)/var/games |
| 51 | $(1)/usr/share/games |
52 | 52 | |
53 | 53 | $(INSTALL_BIN) \ |
54 | 54 | $(PKG_BUILD_DIR)/tetris/tetris \ |
bsd-games/patches/001-tetris.patch |
10 | 10 | again: |
11 | 11 | set[0].fd = STDIN_FILENO; |
12 | 12 | set[0].events = POLLIN; |
13 | | Файлы bsd-games-2.17/tetris/input.o и bsd-games-2.17-p/tetris/input.o различаются |
| 13 | diff -u bsd-games-2.17/tetris/pathnames.h.in bsd-games-2.17-p/tetris/pathnames.h.in |
| 14 | --- bsd-games-2.17/tetris/pathnames.h.in 2003-12-17 05:47:37.000000000 +0300 |
| 15 | @@ -34,4 +34,4 @@ |
| 16 | * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 |
| 17 | */ |
| 18 | |
| 19 | -#define _PATH_SCOREFILE "@tetris_scorefile@" |
| 20 | +#define _PATH_SCOREFILE "/usr/share/games/tetris-bsd.scores" |
14 | 21 | diff -u bsd-games-2.17/tetris/screen.c bsd-games-2.17-p/tetris/screen.c |
15 | 22 | --- bsd-games-2.17/tetris/screen.c 2004-01-27 23:52:07.000000000 +0300 |
16 | 23 | +++ bsd-games-2.17-p/tetris/screen.c 2010-07-26 22:04:34.422151495 +0400 |
... | ... | |
31 | 39 | newtt.c_oflag &= ~OXTABS; |
32 | 40 | newtt.c_cc[VMIN] = 1; |
33 | 41 | newtt.c_cc[VTIME] = 0; |
34 | | Файлы bsd-games-2.17/tetris/screen.o и bsd-games-2.17-p/tetris/screen.o различаются |
35 | 42 | diff -u bsd-games-2.17/tetris/shapes.c bsd-games-2.17-p/tetris/shapes.c |
36 | 43 | --- bsd-games-2.17/tetris/shapes.c 2003-12-17 05:47:37.000000000 +0300 |
37 | 44 | +++ bsd-games-2.17-p/tetris/shapes.c 2010-07-27 09:30:41.267111585 +0400 |
Download the corresponding diff file