From 79dd243399b06ad82f67bcbc04737772d13ba8a4 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 15 Jul 2022 21:19:58 +0000 Subject: [PATCH] (fix) CMakeLists.txt: install setup.sh in share/ip6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66bf085..b34e36d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,5 +93,5 @@ execute_process( ) configure_file(templates/setup.sh.in ${CMAKE_CURRENT_BINARY_DIR}/setup.sh @ONLY) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/setup.sh - DESTINATION ${CMAKE_INSTALL_PREFIX}/ip6 + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/ip6/ip6 ) -- GitLab