gnu: icedtea-7: Use pem certificates.
This is a follow-up of: 287a8c9048
.
* gnu/packages/java.scm (icedtea-7)[arguments]{install-keystore}: Use pem
certificates.
master
parent
287a8c9048
commit
baf8272d23
|
@ -1640,7 +1640,7 @@ bootstrapping purposes.")
|
|||
(setlocale LC_ALL "en_US.utf8")
|
||||
(setenv "LC_ALL" "en_US.utf8")
|
||||
|
||||
(for-each import-cert (find-files certs-dir "\\.crt$"))
|
||||
(for-each import-cert (find-files certs-dir "\\.pem$"))
|
||||
(mkdir-p (string-append (assoc-ref outputs "out")
|
||||
"/lib/security"))
|
||||
(mkdir-p (string-append (assoc-ref outputs "jdk")
|
||||
|
|
Reference in New Issue