SHA256
1
0
forked from pool/helix

- Remove sed command to modify HELIX_RUNTIME

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=56
This commit is contained in:
Soc Virnyl Estela 2023-04-06 12:21:24 +00:00 committed by Git OBS Bridge
parent 73c197fe31
commit e9ba3d49a0
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 6 12:20:41 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Remove sed command to modify HELIX_RUNTIME
-------------------------------------------------------------------
Thu Apr 6 09:21:16 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -88,9 +88,6 @@ if there is no runtime present in the users config directory specifically
mkdir -p .cargo
cp %{SOURCE2} .cargo/config.toml
# Replace RUNTIME dir
sed -e 's#@HELIX_RUNTIME_DIR@#%{_libdir}/%{name}#' -i helix-loader/src/lib.rs
# Remove shell definitions
sed -e '/^\#\!\/usr\/bin\/env .*/d' -i contrib/completion/hx.*