From e9ba3d49a03ac4a8056fca5dc34d9a290eaca935854f32679c5259cf469e5e6d Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Thu, 6 Apr 2023 12:21:24 +0000 Subject: [PATCH] - Remove sed command to modify HELIX_RUNTIME OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=56 --- helix.changes | 5 +++++ helix.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/helix.changes b/helix.changes index a63e1b7..c02d368 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 6 12:20:41 UTC 2023 - Soc Virnyl Estela + +- Remove sed command to modify HELIX_RUNTIME + ------------------------------------------------------------------- Thu Apr 6 09:21:16 UTC 2023 - Soc Virnyl Estela diff --git a/helix.spec b/helix.spec index cb979b0..050beae 100644 --- a/helix.spec +++ b/helix.spec @@ -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.*