Description: install data file to meet the need of multi-arch
 Install data files to ${DIR_LIBRARY} instead of ${DIR_SHARE}
Author: Asias He <asias@debian.org>
---
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,7 +96,7 @@
 	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
