aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bpfmon/fix-makefile.patch
blob: c2b5ea36d0f124e2f523f97fb4f304a76325cae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Milan P. Stanić <mps@arvanta.net>
Date:   Tue Oct 27 19:42:261 2020 +0000

fix install options for busybox install applet

--- a/Makefile	2020-10-13 01:14:04.000000000 +0000
+++ b/Makefile	2020-10-27 19:52:24.111001813 +0000
@@ -83,7 +83,7 @@
 	rm -f bpfmon bpfmon.o psort psort.o
 
 install: bpfmon
-	$(INSTALL) -TD -m 0755 $< $(DESTDIR)$(PREFIX)/sbin/$<
+	$(INSTALL) -D -m 0755 $< $(DESTDIR)$(PREFIX)/sbin/$<
 	$(STRIP) $<
 
 mkotar: