File: Multiarch-patch.patch

package info (click to toggle)
purify 5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 186,852 kB
  • sloc: cpp: 17,731; python: 510; xml: 182; makefile: 7; sh: 6
file content (22 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
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
 )