diff options
Diffstat (limited to 'testing/nethogs/set-version.patch')
-rw-r--r-- | testing/nethogs/set-version.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nethogs/set-version.patch b/testing/nethogs/set-version.patch index 67817ab811..35f6c43044 100644 --- a/testing/nethogs/set-version.patch +++ b/testing/nethogs/set-version.patch @@ -1,5 +1,5 @@ ---- ./Makefile.orig -+++ ./Makefile +--- a/Makefile ++++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION := $(shell ./determineVersion.sh) +export VERSION ?= $(shell ./determineVersion.sh) |