mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook
This commit is contained in:
commit
be60f589cf
2
cook.sh
2
cook.sh
@ -378,7 +378,7 @@ function op {
|
|||||||
then
|
then
|
||||||
cp -v "$bin" "$stage/$BINDIR/$(basename $bin)"
|
cp -v "$bin" "$stage/$BINDIR/$(basename $bin)"
|
||||||
else
|
else
|
||||||
strip -v "$bin" -o "$stage/$BINDIR/$(basename $bin)"
|
"${STRIP}" -v "$bin" -o "$stage/$BINDIR/$(basename $bin)"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user