mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Fix missing path in strip
This commit is contained in:
parent
ec71f8b839
commit
bad9f48afc
@ -75,6 +75,6 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make DESTDIR="$dest" install
|
||||
find "$dest"/{bin,libexec} -exec $STRIP {} ';' 2> /dev/null
|
||||
find "$dest"/bin -exec $STRIP {} ';' 2> /dev/null
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user