From ae7f249eb70e95709b150301dbed88e0eb2dc2c4 Mon Sep 17 00:00:00 2001 From: Jacob Blain Christen Date: Thu, 1 Oct 2020 16:16:22 -0700 Subject: [PATCH] tarball: strip the binary that is shipped (#416) Addresses #415 --- scripts/package-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package-bundle b/scripts/package-bundle index f1ee535b47..43f8fb8733 100755 --- a/scripts/package-bundle +++ b/scripts/package-bundle @@ -11,7 +11,7 @@ mkdir -p dist/bundle/share/${PROG} rsync -a bundle/ dist/bundle/ ### bin/rke2 -cp -f bin/${PROG} dist/bundle/bin/ +install -s bin/${PROG} dist/bundle/bin/ ### share/rke2/LICENSE cp -vf LICENSE dist/bundle/share/${PROG}/LICENSE.txt