1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/nethogs/set-version.patch
2017-04-16 12:58:03 +02:00

8 lines
201 B
Diff

--- 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