summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2020-02-01 22:45:58 +0100
committerAndreas Grapentin <andreas@grapentin.org>2020-02-01 22:45:58 +0100
commita2b650881c7d263c60614debf83ea81aab92be27 (patch)
treed83840a88c6c743b9a93983d019e50c56b4a3faa
parent36c6b54cff783e54d63994f43116d26419252db8 (diff)
bumping version, fixing go buildv20200201
-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