summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index cfb4aca..4787464 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -426,8 +426,8 @@ ifeq ($(USE_NLS),yes)
install-main ::
for lang in $(LINGUAS) ; do \
dir=$(BUILD_ROOT)$(localedir)/$$lang/LC_MESSAGES; \
- install -d $$dir; \
- install -m 644 po/$$lang.mo \
+ $(INSTALL) -d $$dir; \
+ $(INSTALL) -m 644 po/$$lang.mo \
$$dir/quilt.mo ; \
done