fix: Remove git apply from OpenTyrian

This commit is contained in:
Josh Megnauth 2025-03-01 01:31:17 -05:00
parent 375dfdced0
commit 920320dfb6
No known key found for this signature in database
GPG Key ID: 70813183462EFAD3

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
"""