forked from pool/helix
- Addresses #bsc1211012. Issue with HELIX_RUNTIME
OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=61
This commit is contained in:
parent
a08904cd85
commit
05047edab0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 16 04:58:29 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Addresses #bsc1211012. Issue with HELIX_RUNTIME
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 01:06:56 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -103,7 +103,8 @@ sed -i "s|hx|helix|g" contrib/Helix.desktop
|
||||
|
||||
%install
|
||||
install -d -m 0755 %{buildroot}%{_bindir}
|
||||
install -m 0755 target/release/hx %{buildroot}%{_bindir}/%{name}
|
||||
install -m 0755 target/release/hx %{buildroot}%{_libdir}/%{name}/hx
|
||||
ln -sfv --relative %{buildroot}%{_libdir}/%{name}/hx %{_bindir}/helix
|
||||
|
||||
install -d -m 0755 %{buildroot}%{_helix_runtimedir}
|
||||
cp -av "runtime/queries" %{buildroot}%{_helix_runtimedir}
|
||||
|
Loading…
Reference in New Issue
Block a user