forked from pool/helix
This commit is contained in:
parent
b49c135a79
commit
2ee488f7c9
@ -93,9 +93,9 @@ cp %{SOURCE2} .cargo/config.toml
|
|||||||
sed -e '/^\#\!\/usr\/bin\/env .*/d' -i contrib/completion/hx.*
|
sed -e '/^\#\!\/usr\/bin\/env .*/d' -i contrib/completion/hx.*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
|
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
./target/release/hx --grammar build
|
HELIX_RUNTIME="$PWD/runtime" ./target/release/hx --grammar build
|
||||||
|
|
||||||
# Shell completions
|
# Shell completions
|
||||||
sed -i "s|hx|helix|g" contrib/completion/hx.*
|
sed -i "s|hx|helix|g" contrib/completion/hx.*
|
||||||
|
Loading…
Reference in New Issue
Block a user