From 7d9363d58d50d756df942704b6360fad92b0616f1dbbb569015a414337f1dd96 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 23 May 2023 03:10:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=71 --- helix.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helix.spec b/helix.spec index 11ea6da..e3e7d39 100644 --- a/helix.spec +++ b/helix.spec @@ -94,10 +94,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" export TARGET="%_arch" %{cargo_build} -./target/release/hx --grammar build +cargo run --release -- --grammar build # Shell completions sed -i "s|hx|helix|g" contrib/completion/hx.*