Skip to content
Snippets Groups Projects
Verified Commit 137cf057 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Strip userutils binaries

parent c01663f6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment