Do not install native compiled lisp
Native compile was disabled. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
0c44e71a08
commit
91a094dd7b
12
emacs.spec
12
emacs.spec
@ -566,12 +566,12 @@ pgtk_pdmp="emacs-$(./build-pgtk/src/emacs --fingerprint 2>&1 | sed 's/.* //').pd
|
|||||||
install -p -m 0644 build-pgtk/src/emacs.pdmp %{buildroot}%{emacs_libexecdir}/${pgtk_pdmp}
|
install -p -m 0644 build-pgtk/src/emacs.pdmp %{buildroot}%{emacs_libexecdir}/${pgtk_pdmp}
|
||||||
|
|
||||||
# Install native compiled Lisp of all builds
|
# Install native compiled Lisp of all builds
|
||||||
pgtk_comp_native_ver=$(ls -1 build-pgtk/native-lisp)
|
#pgtk_comp_native_ver=$(ls -1 build-pgtk/native-lisp)
|
||||||
cp -ar build-pgtk/native-lisp/${pgtk_comp_native_ver} %{buildroot}%{native_lisp}
|
#cp -ar build-pgtk/native-lisp/${pgtk_comp_native_ver} %{buildroot}%{native_lisp}
|
||||||
(TOPDIR=${PWD}
|
#(TOPDIR=${PWD}
|
||||||
cd %{buildroot}
|
# cd %{buildroot}
|
||||||
find .%{native_lisp}/${pgtk_comp_native_ver} \( -type f -name '*eln' -fprintf $TOPDIR/pgtk-eln-filelist "%%%%attr(755,-,-) %%p\n" \) -o \( -type d -fprintf $TOPDIR/pgtk-dirs "%%%%dir %%p\n" \)
|
# find .%{native_lisp}/${pgtk_comp_native_ver} \( -type f -name '*eln' -fprintf $TOPDIR/pgtk-eln-filelist "%%%%attr(755,-,-) %%p\n" \) -o \( -type d -fprintf $TOPDIR/pgtk-dirs "%%%%dir %%p\n" \)
|
||||||
)
|
#)
|
||||||
echo %{emacs_libexecdir}/${pgtk_pdmp} >> pgtk-eln-filelist
|
echo %{emacs_libexecdir}/${pgtk_pdmp} >> pgtk-eln-filelist
|
||||||
|
|
||||||
%if %{with gtkx11}
|
%if %{with gtkx11}
|
||||||
|
Loading…
Reference in New Issue
Block a user