From: Matthew Newton Date: Wed, 15 May 2019 15:11:37 +0000 (+0000) Subject: docker "bind" needs an absolute path X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2edeb330686a9040ddb8ef0a54d35b0ea290043;p=thirdparty%2Ffreeradius-server.git docker "bind" needs an absolute path --- diff --git a/scripts/docker/crossbuild/crossbuild.mk b/scripts/docker/crossbuild/crossbuild.mk index 8a49ffad0c5..6194434f236 100644 --- a/scripts/docker/crossbuild/crossbuild.mk +++ b/scripts/docker/crossbuild/crossbuild.mk @@ -23,7 +23,7 @@ DD:=$(dir $(realpath $(lastword $(MAKEFILE_LIST)))) CB_IMAGES:=$(patsubst $(DT)/build-%,%,$(wildcard $(DT)/build-*)) # Location of the .git dir (may be different for e.g. submodules) -GITDIR:=$(shell git rev-parse --git-dir) +GITDIR:=$(shell readlink -f $$(git rev-parse --git-dir)) CB_CPREFIX:=fr-crossbuild- CB_IPREFIX:=freeradius-build