The class files are installed in ${PREFIX}/share/kaffe. This patch
modified the ENVIRONMENT file to look in ${PREFIX}/share/java. As nothing else was changed to install any files in the modified location, just keep everything simple and sane, and standardise on ${PREFIX}/share/kaffe. If we change this in the future, all occurrences should be changed.
This commit is contained in:
parent
6e110bf40d
commit
8453d8a276
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
--- ./configure Thu Mar 20 14:37:38 1997
|
||||
+++ ./configure Fri Mar 21 18:39:02 1997
|
||||
@@ -4422,9 +4422,9 @@
|
||||
|
||||
if test "$SYSTEM" = "unix" ; then
|
||||
if test "$awt_toolkit" != "none" ; then
|
||||
- echo CLASSPATH=.:$datadir/kaffe/classes.zip:$datadir/kaffe/$awt_toolkit.zip > ENVIRONMENT
|
||||
+ echo CLASSPATH=.:$datadir/java/classes.zip:$datadir/kaffe/$awt_toolkit.zip > ENVIRONMENT
|
||||
else
|
||||
- echo CLASSPATH=.:$datadir/kaffe/classes.zip > ENVIRONMENT
|
||||
+ echo CLASSPATH=.:$datadir/java/classes.zip > ENVIRONMENT
|
||||
fi
|
||||
echo KAFFEHOME=$datadir/kaffe >> ENVIRONMENT
|
||||
if test "$dynamic_libraries" = "yes" ; then
|
Loading…
Reference in a new issue