mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Merge branch 'add-recipe' into 'master'
Add the "myfiles" recipe See merge request redox-os/cookbook!312
This commit is contained in:
commit
4ba2f96a86
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