aboutsummaryrefslogtreecommitdiffstats
path: root/community/nethogs/set-version.patch
blob: 35f6c43044ee8dc242884da9bf3aad767434387b (plain)
1
2
3
4
5
6
7
8
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-export VERSION := $(shell ./determineVersion.sh)
+export VERSION ?= $(shell ./determineVersion.sh)
 
 #export PREFIX := /usr
 export PREFIX ?= /usr/local