From b49c135a791718e4d78465b5fc4158250f516fbc40e8f71fe0a3e93b141f71c9 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 22 May 2023 09:05:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=68 --- helix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix.spec b/helix.spec index 3440b25..1e95ed3 100644 --- a/helix.spec +++ b/helix.spec @@ -95,7 +95,7 @@ sed -e '/^\#\!\/usr\/bin\/env .*/d' -i contrib/completion/hx.* %build export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 %{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.*