From 05047edab01c22fa3c8e258e12807eb1151a7753853820d0b59ed3a63332a358 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 16 May 2023 04:59:10 +0000 Subject: [PATCH] - Addresses #bsc1211012. Issue with HELIX_RUNTIME OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=61 --- helix.changes | 5 +++++ helix.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/helix.changes b/helix.changes index 18ea448..2009742 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 16 04:58:29 UTC 2023 - Soc Virnyl Estela + +- Addresses #bsc1211012. Issue with HELIX_RUNTIME + ------------------------------------------------------------------- Sun Apr 16 01:06:56 UTC 2023 - Soc Virnyl Estela diff --git a/helix.spec b/helix.spec index b1376ab..7971b32 100644 --- a/helix.spec +++ b/helix.spec @@ -103,7 +103,8 @@ sed -i "s|hx|helix|g" contrib/Helix.desktop %install install -d -m 0755 %{buildroot}%{_bindir} -install -m 0755 target/release/hx %{buildroot}%{_bindir}/%{name} +install -m 0755 target/release/hx %{buildroot}%{_libdir}/%{name}/hx +ln -sfv --relative %{buildroot}%{_libdir}/%{name}/hx %{_bindir}/helix install -d -m 0755 %{buildroot}%{_helix_runtimedir} cp -av "runtime/queries" %{buildroot}%{_helix_runtimedir}