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 <davidlt@rivosinc.com>
This commit is contained in:
parent
91a094dd7b
commit
05a264cf24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user