summaryrefslogtreecommitdiff
path: root/dev-libs/xerces-c/files/xerces-c-3.2.2-fix-XERCESC-2163.patch
blob: 57dde722098530013c3515d9cb3a9115b8d4d33e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From db7a8b0cd2a163de1e3ef8c950cf9e708b0b5f98 Mon Sep 17 00:00:00 2001
From: Craig Andrews <candrews@integralblue.com>
Date: Wed, 2 Jan 2019 15:01:21 -0500
Subject: [PATCH] build: Install XercesMessages_en_US.cat to
 /usr/share/xerces-c/msg

Fixes XERCESC-2163
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c29aa257b..6f1929d99 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1198,7 +1198,7 @@ if(XERCES_USE_MSGLOADER_ICONV)
 
   install(
     FILES "${RESTARGET}"
-    DESTINATION "${CMAKE_INSTALL_PREFIX}/msg"
+    DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/xerces-c/msg"
     COMPONENT "runtime")
 endif()