mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 19:34:18 +08:00
8 lines
148 B
Bash
8 lines
148 B
Bash
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"
|
|
}
|