use cp instead of rsync

This commit is contained in:
auronandace 2025-08-04 16:33:10 +01:00
parent c282bde1cc
commit 464bc977b4

View File

@ -4,9 +4,8 @@ git = "https://gitlab.com/sortix/os-test"
[build]
template = "custom"
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
mkdir -pv "${COOKBOOK_STAGE}/share/os-test"
rsync -av --delete . "${COOKBOOK_STAGE}/share/os-test"
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/share/os-test"
"""
[package]