SHA256
1
0
forked from pool/helix
Soc Virnyl Estela 2023-04-06 13:02:20 +00:00 committed by Git OBS Bridge
parent e9ba3d49a0
commit b99c1b3d91

View File

@ -93,8 +93,9 @@ sed -e '/^\#\!\/usr\/bin\/env .*/d' -i contrib/completion/hx.*
%build
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true
export HELIX_RUNTIME="%{_builddir}/%{name}-%{version}/runtime"
%{cargo_build}
HELIX_RUNTIME="$PWD/runtime" ./target/release/hx --grammar build
./target/release/hx --grammar build
# Shell completions
sed -i "s|hx|helix|g" contrib/completion/hx.*