aboutsummaryrefslogtreecommitdiffstats
path: root/community/bpfmon/fix-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/bpfmon/fix-makefile.patch')
-rw-r--r--community/bpfmon/fix-makefile.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/bpfmon/fix-makefile.patch b/community/bpfmon/fix-makefile.patch
deleted file mode 100644
index c2b5ea36d0f..00000000000
--- a/community/bpfmon/fix-makefile.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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: