Fix installing dotfiles from jeremy recipe

This commit is contained in:
Jeremy Soller 2022-11-15 15:34:56 -07:00
parent 1bc8c229fd
commit 3dee807238
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -5,6 +5,6 @@ git = "https://gitlab.redox-os.org/jackpot51/jeremy.git"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/home/user"
cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}/home/user"
mkdir -pv "${COOKBOOK_STAGE}/home"
cp -rv "${COOKBOOK_SOURCE}" "${COOKBOOK_STAGE}/home/user"
"""