Merge pull request #120 from MggMuggins/master

Link whoami to id; Depends redox-os/userutils/#32
This commit is contained in:
Jeremy Soller 2018-02-11 07:56:38 -07:00 committed by GitHub
commit 8c883d95f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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