aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nethogs/set-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nethogs/set-version.patch')
-rw-r--r--testing/nethogs/set-version.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/nethogs/set-version.patch b/testing/nethogs/set-version.patch
new file mode 100644
index 00000000000..67817ab8117
--- /dev/null
+++ b/testing/nethogs/set-version.patch
@@ -0,0 +1,8 @@
+--- ./Makefile.orig
++++ ./Makefile
+@@ -1,4 +1,4 @@
+-export VERSION := $(shell ./determineVersion.sh)
++export VERSION ?= $(shell ./determineVersion.sh)
+
+ #export PREFIX := /usr
+ export PREFIX ?= /usr/local