summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5744761..40ae262 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ target_compile_options(locale
PRIVATE $<$<COMPILE_LANGUAGE:C>:-std=gnu11 -Wno-pedantic>
)
if(LOCALE_PROFILE)
- install(PROGRAMS ${CMAKE_BINARY_DIR}/00locale.sh DESTINATION
+ install(PROGRAMS ${CMAKE_BINARY_DIR}/00locale.sh DESTINATION
"${CMAKE_INSTALL_FULL_SYSCONFDIR}/profile.d")
endif(LOCALE_PROFILE)
install(TARGETS locale DESTINATION bin)