summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 36bd200..00b08c9 100644
--- a/config.mk
+++ b/config.mk
@@ -3,7 +3,7 @@ topoutdir := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
topsrcdir := $(topoutdir)
PACKAGE = parabola-hackers
-VERSION = 20180426
+VERSION = 20200201
sysusersdir=$(prefix)/lib/sysusers.d
systemunitdir=$(prefix)/lib/systemd/system
@@ -20,7 +20,7 @@ CC = gcc -std=c99
# Go
go_CC = gcc -std=gnu99
-GOCACHE = $(topoutdir)/go/cache
+GOCACHE = $(realpath $(topoutdir)/go/cache)
CGO_ENABLED = 1
endif