summaryrefslogtreecommitdiff
path: root/po/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile.in')
-rw-r--r--po/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in b/po/Makefile.in
index b4c74374c..603854ae3 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -25,7 +25,7 @@ install: $(TARGETS)
@echo Installing translation files in $(localedir)
@( \
for lang in $(LANGS); do \
- $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 444 $$lang.mo \
+ $(INSTALL) -D $(OWNER) $(GROUP) -m 444 $$lang.mo \
$(localedir)/$$lang/LC_MESSAGES/@INTL_PACKAGE@.mo;\
done; \
)