amazon-ssm-agent: Remove temporary shared files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Michael Tremer
2020-04-16 19:27:10 +00:00
committed by Arne Fitzenreiter
parent 3a56d70ce7
commit 8bded835a2

View File

@@ -95,6 +95,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Build
cd $(DIR_BUILD) && make build-linux
# Remove some temporary files (no idea why those are being created)
rm -rfv /usr/lib/go/pkg/linux_$(GOARCH)_shared
# Install
mkdir -pv /etc/amazon/ssm /usr/bin /var/lib/amazon/ssm
cd $(DIR_BUILD) && install -v -m 755 \