]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/amazon-ssm-agent
flash-images: update the uENV root UUID also on arch64
[people/pmueller/ipfire-2.x.git] / lfs / amazon-ssm-agent
index da164ced884998fa2748abd518223a4027a9d6a4..a41dc08bbfa48011a5321dbc5a38e6eded78cff6 100644 (file)
@@ -37,8 +37,6 @@ PAK_VER    = 1
 
 DEPS       = ""
 
-export GOPATH = $(HOME)/gopath
-
 DIR_BUILD  = $(GOPATH)/src/github.com/aws/amazon-ssm-agent
 
 ###############################################################################
@@ -85,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