mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
6 lines
97 B
Bash
6 lines
97 B
Bash
GIT=https://github.com/redox-os/userutils.git
|
|
|
|
function recipe_stage {
|
|
cp -Rv res "$1/etc"
|
|
}
|