summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNilesh Patra <nilesh@debian.org>2022-04-14 20:28:47 +0200
committerNilesh Patra <nilesh@debian.org>2022-04-14 20:28:47 +0200
commitab9b6550650dce52c2c76b5a997396c1ea8fb7d1 (patch)
tree1127adb1ded3891cf8347cea2f0530cf3f6a726c
parent16a102c417ea67fc7ff4ae40df31e99c83f6093c (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 1b0603a..33320dd 100644
--- a/vbz_plugin/CMakeLists.txt
+++ b/vbz_plugin/CMakeLists.txt
@@ -62,7 +62,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