mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
committed by
Arne Fitzenreiter
parent
3a56d70ce7
commit
8bded835a2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user