summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNilesh Patra <nilesh@debian.org>2022-07-03 14:23:31 +0200
committerÉtienne Mollier <emollier@debian.org>2022-07-03 14:23:31 +0200
commit87aa366604f9950c148e1b470fe80db59b1b1cea (patch)
tree513e5b8e61e91878b7bdf784b7fd14178d2ea3e5
parenta5f7fa4764b256cde0e1ffe66ca9c7055797a673 (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