Strip userutils binaries

This commit is contained in:
Jeremy Soller 2019-05-14 13:55:11 -06:00
parent c01663f6c1
commit 137cf05779
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -27,7 +27,7 @@ function recipe_stage {
for bin in "${BINS[@]}"
do
cp -v "target/$TARGET/$build/$bin" "$1/bin"
"$STRIP" -v "target/$TARGET/$build/$bin" -o "$1/bin/$bin"
done
cp -Rv "res" "$1/etc"