aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nethogs/set-version.patch
blob: 67817ab8117c839c2304f4a2915a54f2179856e6 (plain)
1
2
3
4
5
6
7
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