From 232cea34941f6abf448baca28324b7d5885a4bda12552c48f8d97640604d203e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 23 May 2023 05:40:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=72 --- helix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix.spec b/helix.spec index e3e7d39..feb9892 100644 --- a/helix.spec +++ b/helix.spec @@ -109,7 +109,7 @@ install -d -m 0755 %{buildroot}%{_bindir} install -d -m 0755 %{buildroot}%{_helix_runtimedir} install -m 0755 target/release/hx %{buildroot}%{_libdir}/%{name}/hx -ln -sfv --relative "%{_libdir}/%{name}/hx" "%{buildroot}%{_bindir}/helix" +ln -sfv "%{_libdir}/%{name}/hx" "%{buildroot}%{_bindir}/helix" cp -av "runtime/queries" %{buildroot}%{_helix_runtimedir} cp -av "runtime/themes" %{buildroot}%{_helix_runtimedir}