summaryrefslogtreecommitdiffstats
path: root/vespabase/CMakeLists.txt
diff options
context:
space:
mode:
authorEirik Nygaard <eirik@yahoo-inc.com>2016-06-16 14:27:40 +0200
committerEirik Nygaard <eirik@yahoo-inc.com>2016-06-16 14:27:40 +0200
commit49c75c9e28180bb014ec2a597c12d5391caee6cb (patch)
treef04e0317a1afb39065d37ffe87273f0e3641edda /vespabase/CMakeLists.txt
parentfa0c1fd54301974aba4024efe7baf320b9a0766e (diff)
Install Defaults.pm
Diffstat (limited to 'vespabase/CMakeLists.txt')
-rw-r--r--vespabase/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespabase/CMakeLists.txt b/vespabase/CMakeLists.txt
index 3519ad9274e..def88408fd5 100644
--- a/vespabase/CMakeLists.txt
+++ b/vespabase/CMakeLists.txt
@@ -35,3 +35,5 @@ vespa_install_script(src/vespa-start-configserver.sh vespa-start-configserver bi
vespa_install_script(src/vespa-start-services.sh vespa-start-services bin)
vespa_install_script(src/vespa-stop-configserver.sh vespa-stop-configserver bin)
vespa_install_script(src/vespa-stop-services.sh vespa-stop-services bin)
+
+install(FILES src/Defaults.pm DESTINATION lib/perl5/site_perl/Yahoo/Vespa)