summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-04-19 13:10:06 +0000
committerAlasdair Kergon <agk@redhat.com>2004-04-19 13:10:06 +0000
commita38df97fb841be27ccf16241487d176b0f895b86 (patch)
tree469c03adeebf89cfdfe8c520cc29c77ceba66304 /po
parent96185e9ca1bfd7b68c67a643cdf559c645cadb10 (diff)
downloadlvm2-a38df97fb841be27ccf16241487d176b0f895b86.tar.gz
config option to avoid using install -o -g
Diffstat (limited to 'po')
-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; \
)