summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Haase <Moritz.Haase@bmw.de>2025-07-02 08:41:35 +0200
committerMoritz Haase <Moritz.Haase@bmw.de>2025-07-03 11:31:43 +0200
commit2936dfdde3ee6f7e3492ec8a7287107ac41f792c (patch)
tree96b6ee1f06e78b3c9c5e855b345970d98358788d
parent89a314b03d0b2e600bb503a1e3d75faa655d65e0 (diff)
downloadmusl-locales-main.tar.gz
musl-locales-main.tar.bz2
musl-locales-main.tar.xz
musl-locales-main.zip
cmake: Remove stray trailing whitespace from CMakeLists.txtHEADmain
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
-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)