]> git.pld-linux.org Git - packages/lifegeek.git/blob - lifegeek-path.patch
- updated to 0.31
[packages/lifegeek.git] / lifegeek-path.patch
1 --- lifegeek/version.c.orig     Fri Jun 13 21:26:13 2003
2 +++ lifegeek/version.c  Sat Jun 14 09:14:39 2003
3 @@ -46,9 +46,9 @@
4     are for the directory where program is run from; change if you are using
5     someone's translation and/or installing the program somewhere e.g. 
6     "/usr/local/share/lifegeek/main.lg", "main-mytranslation.lg". */
7 -char* MAINFILE = "main.lg";
8 -char* LICENSEFILE = "license.lg";
9 -char* WASTEFILE = "waste.lg";
10 -char* JOBFILE="job.lg";
11 +char* MAINFILE = "/usr/share/lifegeek/main.lg";
12 +char* LICENSEFILE = "/usr/share/lifegeek/license.lg";
13 +char* WASTEFILE = "/usr/share/lifegeek/waste.lg";
14 +char* JOBFILE="/usr/share/lifegeek/job.lg";
15  
16  /* There are additional settings in version.h you need to define as well */
This page took 0.045613 seconds and 3 git commands to generate.