From 2ee488f7c9f31b2f89dd4d2071784d9276363c4aeba1a8873fc39d9de0166887 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 22 May 2023 14:44:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=69 --- helix.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix.spec b/helix.spec index 1e95ed3..f19048f 100644 --- a/helix.spec +++ b/helix.spec @@ -93,9 +93,9 @@ cp %{SOURCE2} .cargo/config.toml sed -e '/^\#\!\/usr\/bin\/env .*/d' -i contrib/completion/hx.* %build -export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 +export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=true %{cargo_build} -./target/release/hx --grammar build +HELIX_RUNTIME="$PWD/runtime" ./target/release/hx --grammar build # Shell completions sed -i "s|hx|helix|g" contrib/completion/hx.*