diff options
Diffstat (limited to 'pki/base/java-tools/build.xml')
| -rw-r--r-- | pki/base/java-tools/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/base/java-tools/build.xml b/pki/base/java-tools/build.xml index cb2ac2d21..43ad1d5f1 100644 --- a/pki/base/java-tools/build.xml +++ b/pki/base/java-tools/build.xml @@ -373,7 +373,7 @@ </exec> <delete file="./build/cmds/PKCS12Export.tmp"/> - <copy file="./templates/pki_java_command_wrapper" + <copy file="./templates/pretty_print_cert_command_wrapper" tofile="./build/cmds/PrettyPrintCert.tmp"/> <exec executable="sed" output="./build/cmds/PrettyPrintCert"> @@ -385,7 +385,7 @@ </exec> <delete file="./build/cmds/PrettyPrintCert.tmp"/> - <copy file="./templates/pki_java_command_wrapper" + <copy file="./templates/pretty_print_crl_command_wrapper" tofile="./build/cmds/PrettyPrintCrl.tmp"/> <exec executable="sed" output="./build/cmds/PrettyPrintCrl"> |
