forked from pool/helix
This commit is contained in:
parent
395b62e80b
commit
7d9363d58d
@ -94,10 +94,9 @@ sed -e '/^\#\!\/usr\/bin\/env .*/d' -i contrib/completion/hx.*
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true
|
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true
|
||||||
export HELIX_RUNTIME="%{_builddir}/%{name}-%{version}/runtime"
|
|
||||||
export TARGET="%_arch"
|
export TARGET="%_arch"
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
./target/release/hx --grammar build
|
cargo run --release -- --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