Merge branch 'remove-git-apply-opentyrian' into 'master'

fix: Remove `git apply` from OpenTyrian

See merge request redox-os/cookbook!458
This commit is contained in:
Jeremy Soller 2025-03-01 13:51:39 +00:00
commit 0ba49b5d6e

View File

@ -43,8 +43,5 @@ curl -OL https://camanis.net/tyrian/tyrian21.zip
sha256sum -c tyrian21.zip.sha
unzip -jd "${ASSETSDIR}" tyrian21.zip
# The build system doesn't automatically apply patches to cloned repositories
git apply "${COOKBOOK_RECIPE}/redox.patch"
cookbook_configure
"""