mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
8 lines
201 B
Diff
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
|