mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 06:44:18 +08:00
Merge pull request #120 from MggMuggins/master
Link whoami to id; Depends redox-os/userutils/#32
This commit is contained in:
commit
8c883d95f7
@ -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