Skip to content
Snippets Groups Projects
Unverified Commit 92dd1fe5 authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Make dash available as /bin/sh

parent d7d187b6
No related branches found
No related tags found
1 merge request!18Make dash available as /bin/sh
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment