From 05a264cf24636401532118d7f96200cb7eead24e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 4 Oct 2024 22:45:40 +0300 Subject: [PATCH] Disable sed + sed -i -e 's|\./usr/lib64/emacs/29.4/native-lisp|/usr/lib64/emacs/29.4/native-lisp|' pgtk-eln-filelist '*-dirs' sed: can't read *-dirs: No such file or directory Signed-off-by: David Abdurachmanov --- emacs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.spec b/emacs.spec index 4d21a8b..6a5578b 100644 --- a/emacs.spec +++ b/emacs.spec @@ -614,7 +614,7 @@ echo %{emacs_libexecdir}/${nw_pdmp} >> nw-eln-filelist %endif # remove leading . from filelists -sed -i -e "s|\.%{native_lisp}|%{native_lisp}|" *-eln-filelist *-dirs +#sed -i -e "s|\.%{native_lisp}|%{native_lisp}|" *-eln-filelist *-dirs # remove exec permissions from eln files to prevent the debuginfo extractor from # trying to extract debuginfo from them