mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add the "myfiles" recipe
This commit is contained in:
parent
a0334f2185
commit
8b8083eb12
6
recipes/other/myfiles/recipe.toml
Normal file
6
recipes/other/myfiles/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}"/home/user
|
||||
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user