summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNilesh Patra <nilesh@debian.org>2023-02-07 09:05:03 +0100
committerAndreas Tille <tille@debian.org>2023-02-07 09:05:03 +0100
commit603ac29a784834d6da52f5754b6beadd8ac2f338 (patch)
treee3e760a75474c8ad71e7b719a2a7d7399be56abd
parent0ddfb89d6d42b741b92fb0e4eaed376edacbc132 (diff)
Fix install location for .so
Forwarded: not-needed Last-Update: 2021-05-22 Gbp-Pq: Name fix-install-location.patch
-rw-r--r--vbz_plugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbz_plugin/CMakeLists.txt b/vbz_plugin/CMakeLists.txt
index e4612f0..f0b1048 100644
--- a/vbz_plugin/CMakeLists.txt
+++ b/vbz_plugin/CMakeLists.txt
@@ -72,7 +72,7 @@ if (NOT VBZ_BUILD_ARCHIVE)
set(VBZ_PLUGIN_COMPONENT COMPONENT hdf_plugin)
endif()
-set(INSTALL_DESTINATION "hdf5/lib/plugin")
+set(INSTALL_DESTINATION "lib/$ENV{DEB_HOST_MULTIARCH}")
if (STANDARD_LIB_INSTALL)
set(VBZ_PLUGIN_COMPONENT COMPONENT vbz_hdf_plugin)
set_target_properties(vbz_hdf_plugin