[uchardet: 11/29] cmake: hardcode less



commit 6c1e310f9bdc438fe79b0c284a2cd592ebfa362d
Author: Ilya Tumaykin <itumaykin gmail com>
Date:   Thu Mar 17 23:53:36 2016 +0300

    cmake: hardcode less

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2909b30..04906eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,7 +56,7 @@ if (DEFINED SYSCONF_INSTALL_DIR)
        set (DIR_ETC ${SYSCONF_INSTALL_DIR})
 endif (DEFINED SYSCONF_INSTALL_DIR)
 
-set (DIR_SHARE_UCHARDET ${DIR_SHARE}/uchardet)
+set (DIR_SHARE_UCHARDET ${DIR_SHARE}/${PACKAGE_NAME})
 set (DIR_SHARE_LOCALE ${DIR_SHARE}/locale)
 
 ######## Configuration


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]