public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] amazon-ssm-agent: Move source to GOPATH
@ 2020-01-13 21:06 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-01-13 21:06 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 681 bytes --]

Go won't build when this is only symlinked any more.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/amazon-ssm-agent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent
index b477690a4..a41dc08bb 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
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-13 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 21:06 [PATCH] amazon-ssm-agent: Move source to GOPATH Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox