Go won't build when this is only symlinked any more.
Signed-off-by: Michael Tremer michael.tremer@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