]> git.pld-linux.org Git - packages/openjdk9.git/blobdiff - make-cacerts.sh
- unconditional noarch subpackages
[packages/openjdk9.git] / make-cacerts.sh
index 865676f4646df20d6399c2602da4038c26268304..b99cf2ba5dccd7249cd3bbdf9043a349c0dad1ba 100755 (executable)
@@ -49,7 +49,9 @@ CERTBUNDLE=$DESTDIR/etc/certs/ca-certificates.crt
 ETCCERTSDIR=$DESTDIR/etc/openssl/certs
 
 KEYSTORE=$PWD/cacerts
-KEYTOOL=$PWD/openjdk.build/bin/keytool
+KEYTOOL=$PWD/tmp-bin/keytool
+
+export LC_ALL=C.utf-8
 
 # Adds a certificate to the list of trusted ones.
 # Adds the certificate to the cacerts file
This page took 0.022359 seconds and 4 git commands to generate.