mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Link whoami to id; Depends redox-os/userutils/#32
This commit is contained in:
parent
497252d9af
commit
a30283c80f
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user