Merge branch 'rename-helix' into 'master'

Rename the Helix binary to fix a conflict with other recipe

See merge request redox-os/cookbook!347
This commit is contained in:
Jeremy Soller 2024-02-08 03:07:40 +00:00
commit 095f0d0792

View File

@ -12,5 +12,6 @@ script = """
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
COOKBOOK_SOURCE+="/helix-term"
cookbook_cargo
mv "${COOKBOOK_STAGE}/usr/bin/hx" "${COOKBOOK_STAGE}/usr/bin/helix"
"""