Skip to content
Snippets Groups Projects

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

Merged SamwiseFilmore requested to merge MggMuggins:master into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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