aboutsummaryrefslogtreecommitdiff
path: root/network/arptables/Makefile.diff
blob: f2b4883cf264c438bfd86e5fa60bf48d71c674b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- arptables-v0.0.3-2/Makefile.orig	2006-08-22 10:40:51.826701081 -0500
+++ arptables-v0.0.3-2/Makefile	2006-08-22 10:41:38.379149449 -0500
@@ -50,11 +50,11 @@
 
 $(MANDIR)/man8/arptables.8: arptables.8
 	mkdir -p $(@D)
-	install -m 0644 -o root -g root $< $@
+	install -m 0644 $< $@
 
 .PHONY: exec
 exec: arptables
-	install -m 0755 -o root -g root $< $(BINFILE)
+	install -m 0755 $< $(BINFILE)
 
 .PHONY: install
 install: $(MANDIR)/man8/arptables.8 exec
@@ -71,14 +71,14 @@
 .PHONY: release
 release:
 	mkdir -p include/linux/netfilter_arp
-	install -m 0644 -o root -g root \
+	install -m 0644 \
 		$(KERNEL_DIR)/include/linux/netfilter_arp.h include/linux/
-	install -m 0644 -o root -g root \
+	install -m 0644 \
 		$(KERNEL_DIR)/include/linux/netfilter_arp/*.h \
 		include/linux/netfilter_arp/
-	install -m 0644 -o root -g root \
+	install -m 0644 \
 		include/netfilter_arp.h include/linux/netfilter_arp.h
-	install -m 0644 -o root -g root \
+	install -m 0644 \
 		include/arp_tables.h include/linux/netfilter_arp/arp_tables.h
 	make clean
 	cd ..;tar -c $(DIR) | gzip >$(DIR).tar.gz