mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Strip userutils binaries
This commit is contained in:
parent
c01663f6c1
commit
137cf05779
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user