mirror of
https://github.com/abakh/nbsdgames.git
synced 2024-12-04 14:46:22 -05:00
.deb package / minor bugfix
This commit is contained in:
parent
0c2e325bc4
commit
10e3a8f404
Binary file not shown.
@ -26,6 +26,6 @@ uninstall:
|
||||
rm $(PREFIX)/jewels $(PREFIX)/sudoku $(PREFIX)/checkers $(PREFIX)/mines $(PREFIX)/reversi $(PREFIX)/battleship $(PREFIX)/rabbithole $(PREFIX)/sos $(PREFIX)/pipes
|
||||
copy_sources:
|
||||
cp Makefile config.h jewels.c sudoku.c mines.c reversi.c checkers.c battleship.c rabbithole.c sos.c pipes.c $(PREFIX)
|
||||
install: all
|
||||
install: jewels sudoku mines reversi checkers battleship rabbithole sos pipes
|
||||
cp jewels sudoku mines reversi checkers battleship rabbithole sos pipes $(PREFIX)
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#define PP_SCORES "/usr/games/pp_scores"
|
||||
#define JW_SCORES "/user/games/jw_scores"
|
||||
#define JW_SCORES "/usr/games/jw_scores"
|
||||
//for easier access
|
||||
|
Loading…
Reference in New Issue
Block a user