diff options
author | Konstantin <ria.freelander@gmail.com> | 2017-03-22 17:03:14 +0300 |
---|---|---|
committer | Konstantin <ria.freelander@gmail.com> | 2017-03-22 17:03:14 +0300 |
commit | c5b67b9fcfb5e285a405d60a8626121a4f64e1d1 (patch) | |
tree | cdcd8119db36a388d75a1b03237d961513b4abd2 | |
parent | c0a164db0e0d0ba7678e6ad4a8226efec7424cf1 (diff) | |
download | musl-locales-c5b67b9fcfb5e285a405d60a8626121a4f64e1d1.tar.gz musl-locales-c5b67b9fcfb5e285a405d60a8626121a4f64e1d1.tar.bz2 musl-locales-c5b67b9fcfb5e285a405d60a8626121a4f64e1d1.tar.xz musl-locales-c5b67b9fcfb5e285a405d60a8626121a4f64e1d1.zip |
Fix script generation
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b188ad3..618c7d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(GNUInstallDirs) list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}) set(GETTEXT_PACKAGE "musl-locales") -set(MUSL_LOCPATH ${CMAKE_INSTALL_DATAROOTDIR}/i18n/locales/musl CACHE PATH "Locales directory" FORCE) +set(MUSL_LOCPATH i18n/locales/musl CACHE PATH "Locales directory" FORCE) configure_file(config.h.in config.h) configure_file(locale.in 00locale.sh) set(LOCALE_SOURCES locale.c categories.c categories.h config.h) |