summaryrefslogtreecommitdiffstats
path: root/Makefile.rules.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 /Makefile.rules.in
parent3f8820318302da097795ba7d8b2ae3f6dff6cf2e (diff)
parent5e8f8a1807917f92e568437598670b0026462c1c (diff)
Merge remote-tracking branch 'origin/master' into next-3.14
Diffstat (limited to 'Makefile.rules.in')
-rw-r--r--Makefile.rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules.in b/Makefile.rules.in
index a93a26bd..25988dd7 100644
--- a/Makefile.rules.in
+++ b/Makefile.rules.in
@@ -61,7 +61,7 @@ clean_targets += $(1)-clean
$(1)-install:
@echo -e " INSTALL\t$1"
$(MKDIR_P) $$(DESTDIR)/$$($(1)-destdir)
- $(INSTALL) -m 755 -o root -g root \
+ $(INSTALL) -m 755 -p \
$(SUBDIR)$(1) \
$$(DESTDIR)/$$($(1)-destdir)/$(1)
install_targets += $(1)-install