Link whoami to id; Depends redox-os/userutils/#32

This commit is contained in:
MggMuggins 2018-02-10 12:14:03 -06:00
parent 497252d9af
commit a30283c80f

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