projects
/
opencc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9f6ed4
)
install data file to meet the need of multi-arch
author
Asias He
<asias@debian.org>
Sat, 2 Nov 2013 03:17:51 +0000
(
03:17
+0000)
committer
Osamu Aoki
<osamu@debian.org>
Sat, 2 Nov 2013 03:17:51 +0000
(
03:17
+0000)
Install data files to ${DIR_LIBRARY} instead of ${DIR_SHARE}
Author: Asias He <asias@debian.org>
Gbp-Pq: Name install-data-file-to-meet-need-of-multi-arch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index b8e65c5f2a182dbbaf613e7af18d134f4489df1a..82ce7268fe19f3799b15e43add9b109dd7e7e97e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-96,7
+96,7
@@
if (DEFINED SYSCONF_INSTALL_DIR)
set (DIR_ETC ${SYSCONF_INSTALL_DIR})
endif (DEFINED SYSCONF_INSTALL_DIR)
-set (DIR_SHARE_OPENCC ${DIR_
SHARE
}/opencc)
+set (DIR_SHARE_OPENCC ${DIR_
LIBRARY
}/opencc)
set (DIR_SHARE_LOCALE ${DIR_SHARE}/locale)
######## Configuration