SHA256
1
0
forked from pool/helix

- fix build errors

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=13
This commit is contained in:
Soc Virnyl Estela 2022-04-22 11:42:31 +00:00 committed by Git OBS Bridge
parent 820f73a112
commit 0a85d33fb5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 22 11:42:02 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- fix build errors
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 22 01:50:09 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> Fri Apr 22 01:50:09 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -40,7 +40,7 @@ has treesitter support for syntax highlighting and improved navigation
%autosetup -a1 %autosetup -a1
mkdir -p .cargo mkdir -p .cargo
cp %{SOURCE2} .cargo/config cp %{SOURCE2} .cargo/config
cp %{SOURCE5} doc/README.SUSE cp %{SOURCE5} docs/README.SUSE
%build %build
export RUSTFLAGS="%{rustflags}" export RUSTFLAGS="%{rustflags}"
@ -62,7 +62,7 @@ install -Dm755 %{SOURCE3} %{buildroot}%{_bindir}/%{name}
%files %files
%license LICENSE %license LICENSE
%doc README.md README.SUSE CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md %doc README.md docs/README.SUSE CHANGELOG.md languages.toml docs/CONTRIBUTING.md docs/architecture.md docs/vision.md
%{_bindir}/%{name} %{_bindir}/%{name}
%dir %{_sharedstatedir}/%{name} %dir %{_sharedstatedir}/%{name}
%dir %{_helix_runtimedir} %dir %{_helix_runtimedir}