mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix the myfiles recipe script
This commit is contained in:
parent
e057c5aa8a
commit
6f13b6a05d
@ -2,5 +2,5 @@
|
||||
template = "custom"
|
||||
script = """
|
||||
mkdir -pv "${COOKBOOK_STAGE}/home/user"
|
||||
cp -rv "${COOKBOOK_SOURCE}/*" "${COOKBOOK_STAGE}/home/user"
|
||||
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user