guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: icedtea-7: Use pem certificates.


From: guix-commits
Subject: 03/03: gnu: icedtea-7: Use pem certificates.
Date: Tue, 21 Sep 2021 03:41:54 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit baf8272d23e03f94f7fc5d1d54d839411a067187
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Sep 21 07:38:21 2021 +0000

    gnu: icedtea-7: Use pem certificates.
    
    This is a follow-up of: 287a8c90484c76336e0c0457960e4b2ebf4d2b16.
    
    * gnu/packages/java.scm (icedtea-7)[arguments]{install-keystore}: Use pem
    certificates.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 7358aff..9a6ca92 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]