Skip to content

Commit

Permalink
tarball: strip the binary that is shipped (#416)
Browse files Browse the repository at this point in the history
Addresses #415
  • Loading branch information
dweomer authored Oct 1, 2020
1 parent 3a87c15 commit ae7f249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae7f249

Please sign in to comment.