mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Merge pull request #18 from ids1024/dash
Make dash available as /bin/sh
This commit is contained in:
commit
6506f88a23
@ -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