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