Merge pull request #18 from ids1024/dash

Make dash available as /bin/sh
This commit is contained in:
Jeremy Soller 2017-06-08 20:11:33 -06:00 committed by GitHub
commit 6506f88a23

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
}