summaryrefslogtreecommitdiffstats
path: root/share/msgdef/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/msgdef/Makefile')
-rw-r--r--share/msgdef/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index 65aacc5..e10b271 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -99,9 +99,8 @@ PT_LINKS= pt_BR
all: ${LOCALES:S/$/.out/g}
afterinstall:
-# HACK: remove LC_MESSAGES directories before installing LC_MESSAGES file
- -rm -rf ${LOCALEDIR}/*/LC_MESSAGES
.for lang in ${LOCALES}
+ -rm -rf ${LOCALEDIR}/${lang}/LC_MESSAGES
${INSTALL} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \
${LOCALEDIR}/${lang}/LC_MESSAGES
.endfor
OpenPOWER on IntegriCloud