From b566123b9b60aff8ef21dfa7b21f817261236b1d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 13 Jan 2014 06:36:45 +0000 Subject: nftables: drop hard coded install using root user owner and group Packaging systems build as a non priv user, so can't install as root. Users installing from source can 'sudo make install' or run 'make install' as root Signed-off-by: Kevin Fenzi Signed-off-by: Patrick McHardy --- files/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/Makefile.in b/files/Makefile.in index cd67c37d..c3643df2 100644 --- a/files/Makefile.in +++ b/files/Makefile.in @@ -1,4 +1,4 @@ install: @echo -e " INSTALL\tfiles" $(MKDIR_P) $(DESTDIR)/$(confdir) - $(INSTALL) -m 755 -o root -g root $(SUBDIR)nftables/* $(DESTDIR)/$(confdir)/ + $(INSTALL) -m 755 -p $(SUBDIR)nftables/* $(DESTDIR)/$(confdir)/ -- cgit v1.2.3