gnu: ecj-javac-wrapper: Fix reference to glibj and tools.zip.
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Fix references to glibj and tools.zip.
This commit is contained in:
parent
40e3a197f9
commit
51602aac8e
|
@ -357,8 +357,8 @@ requirement for all GNU Classpath releases after version 0.93.")
|
||||||
"/bin/jamvm"))
|
"/bin/jamvm"))
|
||||||
(bootcp (let ((jvmlib (string-append (assoc-ref %build-inputs "classpath")
|
(bootcp (let ((jvmlib (string-append (assoc-ref %build-inputs "classpath")
|
||||||
"/share/classpath")))
|
"/share/classpath")))
|
||||||
(string-append jvmlib "/lib/glibj.zip:"
|
(string-append jvmlib "/glibj.zip:"
|
||||||
jvmlib "/lib/tools.zip"))))
|
jvmlib "/tools.zip"))))
|
||||||
(mkdir-p bin)
|
(mkdir-p bin)
|
||||||
(with-output-to-file target
|
(with-output-to-file target
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue