Accepting request 1070199 from home:gladiac:branches:editors

- Fix upgrade path

OBS-URL: https://build.opensuse.org/request/show/1070199
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=54
This commit is contained in:
Soc Virnyl Estela 2023-03-08 15:33:36 +00:00 committed by Git OBS Bridge
parent ccd03c5568
commit c3a36427ed
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 8 14:44:35 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Fix upgrade path
-------------------------------------------------------------------
Mon Mar 6 08:45:10 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -129,6 +129,11 @@ install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.bash %{b
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
install -Dm644 -T %{_builddir}/%{name}-%{version}/contrib/completion/hx.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name}
%pre
if [ -l "%{_helix_runtimedir}" ] ; then
rm -f "%{_helix_runtimedir}"
fi
%files
%license LICENSE
%doc README.md CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md