Make dash available as /bin/sh

This commit is contained in:
Ian Douglas Scott 2017-06-08 18:33:51 -07:00
parent d7d187b637
commit 92dd1fe531
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

View File

@ -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
}