tFix for invalid starting high score file - vaccinewars - be a doctor and try to vaccinate the world | |
git clone git://src.adamsgaard.dk/vaccinewars | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit fce6e64cfa5ee4b2f326e69604fcaeb7ea95042b | |
parent 08abbde2f118e42994c70f451eee11cc0dcc67f8 | |
Author: Ben Webb | |
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(-) --- | |
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} |