1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Ole Streicher <olebole@debian.org>
Date: Sat, 15 Oct 2016 10:45:24 +0200
Subject: Multiarch patch
---
cpp/purify/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpp/purify/CMakeLists.txt b/cpp/purify/CMakeLists.txt
index 9e6116b..47bff94 100644
--- a/cpp/purify/CMakeLists.txt
+++ b/cpp/purify/CMakeLists.txt
@@ -129,7 +129,7 @@ install(TARGETS libpurify
EXPORT PurifyTargets
DESTINATION share/cmake/Purify
RUNTIME DESTINATION bin
- LIBRARY DESTINATION lib
- ARCHIVE DESTINATION lib
+ LIBRARY DESTINATION lib/${DEB_HOST_MULTIARCH}
+ ARCHIVE DESTINATION lib/${DEB_HOST_MULTIARCH}
INCLUDES DESTINATION include
)
|