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}