summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2014-01-14 12:31:38 +0000
committerPatrick McHardy <kaber@trash.net>2014-01-14 12:31:38 +0000
commit7d98127b61f5e530388ff2344ace69a292a9829d (patch)
tree86292dd6142764e406821465db1950def498fd30 /doc/Makefile.in
parent3f8820318302da097795ba7d8b2ae3f6dff6cf2e (diff)
parent5e8f8a1807917f92e568437598670b0026462c1c (diff)
Merge remote-tracking branch 'origin/master' into next-3.14
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 2c42d7e5..e0732adb 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -10,11 +10,11 @@ install: $(mandocs-y) $(pdfdocs-y)
@echo -e " INSTALL\tdoc"
if test -n "$(mandocs-y)"; then \
$(MKDIR_P) $(DESTDIR)/${mandir}/man8 ;\
- $(INSTALL) -m 755 -o root -g root $(mandocs-y) \
+ $(INSTALL) -m 755 -p $(mandocs-y) \
$(DESTDIR)/${mandir}/man8/ ;\
fi
if test -n "$(pdfdocs-y)"; then \
$(MKDIR_P) $(DESTDIR)/${pdfdir} ;\
- $(INSTALL) -m 755 -o root -g root $(pdfdocs-y) \
+ $(INSTALL) -m 755 -p $(pdfdocs-y) \
$(DESTDIR)/${pdfdir}/ ;\
fi