summaryrefslogtreecommitdiffstats
path: root/vespaclient/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient/CMakeLists.txt')
-rw-r--r--vespaclient/CMakeLists.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/vespaclient/CMakeLists.txt b/vespaclient/CMakeLists.txt
index 8be8751f2c9..b0f4b2190f9 100644
--- a/vespaclient/CMakeLists.txt
+++ b/vespaclient/CMakeLists.txt
@@ -19,9 +19,13 @@ vespa_define_module(
src/vespa/vespaclient/vesparoute
)
-vespa_install_script(src/perl/bin/SetNodeState.pl vespa-set-node-state bin)
-vespa_install_script(src/perl/bin/GetNodeState.pl vespa-get-node-state bin)
-vespa_install_script(src/perl/bin/GetClusterState.pl vespa-get-cluster-state bin)
+vespa_install_script(src/sh/vespa-set-node-state vespa-set-node-state bin)
+vespa_install_script(src/sh/vespa-get-node-state vespa-get-node-state bin)
+vespa_install_script(src/sh/vespa-get-cluster-state vespa-get-cluster-state bin)
+
+vespa_install_script(src/perl/bin/SetNodeState.pl libexec/vespa)
+vespa_install_script(src/perl/bin/GetNodeState.pl libexec/vespa)
+vespa_install_script(src/perl/bin/GetClusterState.pl libexec/vespa)
install(DIRECTORY src/perl/lib/Yahoo/Vespa/
DESTINATION lib/perl5/site_perl/Yahoo/Vespa