From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 5/9] amazon-ssm-agent: Remove temporary shared files Date: Thu, 16 Apr 2020 19:27:10 +0000 Message-ID: <20200416192714.25542-5-michael.tremer@ipfire.org> In-Reply-To: <20200416192714.25542-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0813307119496895279==" List-Id: --===============0813307119496895279== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- lfs/amazon-ssm-agent | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/amazon-ssm-agent b/lfs/amazon-ssm-agent index 4b08bd41d..68ab3dda1 100644 --- a/lfs/amazon-ssm-agent +++ b/lfs/amazon-ssm-agent @@ -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 \ -- 2.20.1 --===============0813307119496895279==--