Skip to content
Snippets Groups Projects
Unverified Commit 8c883d95 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #120 from MggMuggins/master

Link whoami to id; Depends redox-os/userutils/#32
parents 497252d9 a30283c8
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,6 @@ GIT=https://github.com/redox-os/userutils.git
function recipe_stage {
cp -Rv res "$1/etc"
mkdir -p "$1/bin"
ln -s id "$1/bin/whoami"
}
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