From: Michael Tremer Date: Mon, 13 Jan 2020 21:06:38 +0000 (+0000) Subject: amazon-ssm-agent: Move source to GOPATH X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aab6ec606a068f153e1a8cd5920d5c411e018639;p=people%2Fstevee%2Fipfire-2.x.git amazon-ssm-agent: Move source to GOPATH Go won't build when this is only symlinked any more. Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent index b477690a44..a41dc08bbf 100644 --- a/lfs/amazon-ssm-agent +++ b/lfs/amazon-ssm-agent @@ -83,7 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # The build system is searching for code in a certain path mkdir -pv $$(dirname $(DIR_BUILD)) - ln -svf --relative $(DIR_APP) $(DIR_BUILD) + mv -v $(DIR_APP) $(DIR_BUILD) # Disable style check cd $(DIR_BUILD) && sed -e "/checkstyle.sh/d" -i makefile