]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
amazon-ssm-agent: Move source to GOPATH
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 13 Jan 2020 21:06:38 +0000 (21:06 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 13 Jan 2020 21:35:20 +0000 (21:35 +0000)
Go won't build when this is only symlinked any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/amazon-ssm-agent

index b477690a44798b85d36f4440db69c23e4001479f..a41dc08bbfa48011a5321dbc5a38e6eded78cff6 100644 (file)
@@ -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