summaryrefslogtreecommitdiffstats
path: root/base/java-tools/CMakeLists.txt
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2014-02-28 12:42:22 -0500
committerEndi S. Dewata <edewata@redhat.com>2014-03-06 15:43:43 -0500
commit35fcdc2ca9c5ef42ccdddcbfdf484c4f66a720fc (patch)
tree6e073ef97d74f6cef53fbf3c201c9d7095f9654a /base/java-tools/CMakeLists.txt
parentd838c08beab3208d6978acd740f42175e73acc73 (diff)
downloadpki-35fcdc2ca9c5ef42ccdddcbfdf484c4f66a720fc.tar.gz
pki-35fcdc2ca9c5ef42ccdddcbfdf484c4f66a720fc.tar.xz
pki-35fcdc2ca9c5ef42ccdddcbfdf484c4f66a720fc.zip
Replaced CLI wrapper with Python.
The existing CLI wrapper script was written in Perl to call Java CLI. It has been replaced with a Python script that can call either the existing Java CLI or a not-yet-implemented Python CLI by specifying a --client-type parameter. This will allow testing the Python client library via CLI in the future.
Diffstat (limited to 'base/java-tools/CMakeLists.txt')
-rw-r--r--base/java-tools/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/java-tools/CMakeLists.txt b/base/java-tools/CMakeLists.txt
index d34290690..5541659d7 100644
--- a/base/java-tools/CMakeLists.txt
+++ b/base/java-tools/CMakeLists.txt
@@ -12,11 +12,11 @@ install(
)
install(
- FILES
- pki
+ DIRECTORY
+ bin/
DESTINATION
${BIN_INSTALL_DIR}
- PERMISSIONS
+ FILE_PERMISSIONS
OWNER_EXECUTE OWNER_WRITE OWNER_READ
GROUP_EXECUTE GROUP_READ
WORLD_EXECUTE WORLD_READ