Rename the Helix binary to fix a conflict with other recipe

This commit is contained in:
Ribbon 2024-02-07 02:01:56 +00:00
parent 362dce35ae
commit 97246ace26

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