From 209417d703970318e3c206d5f4feb8d57a54b415 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sun, 4 Apr 2004 11:25:40 +0000 Subject: [PATCH] - updated to 1.0b2 Changed files: lifegeek-path.patch -> 1.4 --- lifegeek-path.patch | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/lifegeek-path.patch b/lifegeek-path.patch index 9d06a43..70933d1 100644 --- a/lifegeek-path.patch +++ b/lifegeek-path.patch @@ -1,10 +1,10 @@ diff -burN lifegeek.orig/version.c lifegeek/version.c ---- lifegeek.orig/version.c 2004-03-17 21:52:47.622426272 +0100 -+++ lifegeek/version.c 2004-03-17 21:53:34.716266920 +0100 -@@ -56,10 +56,10 @@ - are for the directory where program is run from; change if you are using - someone's translation and/or installing the program somewhere e.g. - "/usr/local/share/lifegeek/main.lg", "main-mytranslation.lg". */ +--- lifegeek.orig/version.c 2004-04-02 03:50:16.000000000 +0200 ++++ lifegeek/version.c 2004-04-04 13:15:32.914395160 +0200 +@@ -61,10 +61,10 @@ + + NOTE: Before you change the install locations, see the file INSTALL for + important information. */ -char* MAINFILE = "/usr/local/share/lifegeek/main.lg"; -char* LICENSEFILE = "/usr/local/share/lifegeek/license.lg"; -char* WASTEFILE = "/usr/local/share/lifegeek/waste.lg"; @@ -16,3 +16,17 @@ diff -burN lifegeek.orig/version.c lifegeek/version.c /* Score file +@@ -74,11 +74,11 @@ + NOTE: Before you change the install locations, see the file INSTALL for + important information. */ + +-char* SCOREFILE = "/usr/local/share/lifegeek/scores.lgs"; ++char* SCOREFILE = "/var/games/lifegeek/scores.lgs"; + + /* Save files in this directory + NOTE: Before you change the install locations, see the file INSTALL for + important information. */ +-char* SAVEFILES = "/usr/local/share/lifegeek"; ++char* SAVEFILES = "/var/games/lifegeek"; + + /* There are additional settings in version.h that you need to define as well */ -- 2.44.0