From ad4ccee5c69c05135579cd5a0ba146efae61299cf0d4d23032eeffd58b60ad98 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 7 Dec 2022 12:04:22 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=40 --- helix.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helix.spec b/helix.spec index d5158f5..bb6dcb3 100644 --- a/helix.spec +++ b/helix.spec @@ -103,7 +103,7 @@ cp -rv "runtime/queries" %{buildroot}%{_helix_runtimedir} cp -rv "runtime/themes" %{buildroot}%{_helix_runtimedir} find "%{_builddir}/%{name}-%{version}/runtime/grammars" -type f -name '*.so' -exec \ install --verbose -Dm 755 {} -t "%{buildroot}%{_helix_runtimedir}/grammars" \; -install -Dm644 runtime/tutor.txt -t %{buildroot}%{_helix_runtimedir} +install -Dm644 runtime/tutor -t %{buildroot}%{_helix_runtimedir} ln -sv %{_helix_runtimedir} %{buildroot}%{_libdir}/%{name}/runtime install -D -d -m 0755 %{buildroot}%{_bindir} ln -sv %{_libdir}/%{name}/hx %{buildroot}%{_bindir}/%{name} @@ -136,7 +136,7 @@ install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.zsh %{bu %{_libdir}/%{name}/hx # Tutor -%{_helix_runtimedir}/tutor.txt +%{_helix_runtimedir}/tutor %files runtime # Runtimes and runtime files