Lines 1-13
Link Here
|
1 |
--- Imakefile.orig Sun Nov 12 00:57:27 2000 |
1 |
--- Imakefile.orig Tue Oct 1 01:15:31 2002 |
2 |
+++ Imakefile Sun Nov 12 03:38:54 2000 |
2 |
+++ Imakefile Tue Oct 1 01:46:07 2002 |
3 |
@@ -32,8 +32,8 @@ |
3 |
@@ -32,9 +32,9 @@ |
4 |
/* You can change these here, and KDrill.ad will |
4 |
/* You can change these here, and KDrill.ad will |
5 |
* get created with the matching values. Yaaay! |
5 |
* get created with the matching values. Yaaay! |
6 |
*/ |
6 |
*/ |
7 |
-DICTLOCATION= /usr/local/lib/kanjidic.gz |
7 |
-DICTLOCATION= /usr/local/lib/kanjidic.gz |
8 |
-EDICTLOCATION= /usr/local/lib/edict.gz |
8 |
-EDICTLOCATION= /usr/local/lib/edict.gz |
|
|
9 |
-RADLOCATION= /usr/local/lib/radkfile |
9 |
+DICTLOCATION= $(LOCALBASE)/share/dict/edict/kanjidic |
10 |
+DICTLOCATION= $(LOCALBASE)/share/dict/edict/kanjidic |
10 |
+EDICTLOCATION= $(LOCALBASE)/share/dict/edict/edict |
11 |
+EDICTLOCATION= $(LOCALBASE)/share/dict/edict/edict |
|
|
12 |
+RADLOCATION= $(LOCALBASE/share/dict/edict/radkfile |
11 |
|
13 |
|
12 |
# If for some reason, the user prefs stuff isn't working for you, |
14 |
# If for some reason, the user prefs stuff isn't working for you, |
13 |
# and you can't compile, uncomment this |
15 |
# and you can't compile, uncomment this |