diff --git a/helix.changes b/helix.changes index c1d8976..0cbea6d 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 7 22:11:47 UTC 2022 - Soc Virnyl Estela + +- Move tutor to helix instead of including it to helix-runtime. + ------------------------------------------------------------------- Sat Sep 3 12:35:29 UTC 2022 - Soc Virnyl Estela diff --git a/helix.spec b/helix.spec index 15c0419..4419494 100644 --- a/helix.spec +++ b/helix.spec @@ -79,6 +79,8 @@ ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} # The real hx binary %{_libdir}/%{name}/hx +# Tutor +%{_helix_runtimedir}/tutor.txt %files runtime # Runtimes and runtime files @@ -97,9 +99,6 @@ ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name} # Themes %{_helix_runtimedir}/themes/* -# Tutor -%{_helix_runtimedir}/tutor.txt - # Symlinked runtime directory %{_libdir}/%{name}/runtime