mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Make dash available as /bin/sh
This commit is contained in:
parent
d7d187b637
commit
92dd1fe531
@ -44,5 +44,6 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
make DESTDIR="$dest" install
|
||||
cp "$1/bin/dash" "$1/bin/sh" # TODO: symlink when Redox supports them
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user