tFix for invalid starting high score file - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit fce6e64cfa5ee4b2f326e69604fcaeb7ea95042b
(DIR) parent 08abbde2f118e42994c70f451eee11cc0dcc67f8
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Tue, 30 Oct 2001 20:44:26 +0000
Fix for invalid starting high score file
Diffstat:
M Makefile.in | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile.in b/Makefile.in
t@@ -391,6 +391,7 @@ install-data-local:
@chgrp games ${SCORE} || chgrp wheel ${SCORE} || \
echo "Unable to change group ownership of the high score file"
chmod 0660 ${SCORE}
+ src/dopewars -C ${SCORE}
${mkinstalldirs} ${DESKTOPDIR}
${INSTALL} -m 0644 ${DESKTOP} ${DESKTOPDIR}