tHigh score installation (hopefully) fixed - 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 08abbde2f118e42994c70f451eee11cc0dcc67f8
(DIR) parent 87b12c1916c79c572b09130d122ddb2d9ff540c0
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Tue, 30 Oct 2001 20:39:23 +0000
High score installation (hopefully) fixed
Diffstat:
M Makefile.am | 1 +
M dopewars.spec | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile.am b/Makefile.am
t@@ -11,5 +11,6 @@ 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}
(DIR) diff --git a/dopewars.spec b/dopewars.spec
t@@ -30,7 +30,6 @@ make DESTDIR=${RPM_BUILD_ROOT}
%install
make DESTDIR=${RPM_BUILD_ROOT} install-strip
-${RPM_BUILD_ROOT}/usr/bin/dopewars -C ${RPM_BUILD_ROOT}/usr/share/dopewars.sco
%clean
rm -rf ${RPM_BUILD_ROOT}