From b99c1b3d9128d1e6ac70123b0ea6fc0845d9490777b472de9d59d6bb7879b73a Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 6 Apr 2023 13:02:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=57 --- helix.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helix.spec b/helix.spec index 050beae..53116cc 100644 --- a/helix.spec +++ b/helix.spec @@ -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.*