patch-gnu_classpath_SystemProperties_java 575 B

12345678910111213
  1. $OpenBSD: patch-gnu_classpath_SystemProperties_java,v 1.1 2009/06/16 15:31:02 kurt Exp $
  2. --- gnu/classpath/SystemProperties.java.orig Sun Dec 10 15:25:41 2006
  3. +++ gnu/classpath/SystemProperties.java Wed Apr 15 22:49:10 2009
  4. @@ -77,7 +77,7 @@ public class SystemProperties
  5. defaultProperties.put("gnu.classpath.home.url",
  6. "file://"
  7. + Configuration.CLASSPATH_HOME
  8. - + "/lib");
  9. + + "/lib/classpath");
  10. // Set short name if not already set.
  11. if (defaultProperties.get("gnu.classpath.vm.shortname") == null)