mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
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:
commit
0ba49b5d6e
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user