Skip to content
Snippets Groups Projects
Commit 97246ace authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Rename the Helix binary to fix a conflict with other recipe

parent 362dce35
No related branches found
No related tags found
1 merge request!347Rename the Helix binary to fix a conflict with other recipe
...@@ -12,5 +12,6 @@ script = """ ...@@ -12,5 +12,6 @@ script = """
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
COOKBOOK_SOURCE+="/helix-term" COOKBOOK_SOURCE+="/helix-term"
cookbook_cargo cookbook_cargo
mv "${COOKBOOK_STAGE}/usr/bin/hx" "${COOKBOOK_STAGE}/usr/bin/helix"
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment