SHA256
1
0
forked from pool/emacs

Fix the temporary parking path by using %{version} (hint from Andre Barros)

OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=384
This commit is contained in:
Dr. Werner Fink 2024-04-02 08:56:00 +00:00 committed by Git OBS Bridge
parent e8fc351da3
commit f3574b0552
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 2 08:54:52 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Fix the temporary parking path by using %{version} (hint from Andre Barros)
-------------------------------------------------------------------
Mon Mar 25 09:22:31 UTC 2024 - Dr. Werner Fink <werner@suse.de>

View File

@ -607,7 +607,7 @@ make install DESTDIR=%{buildroot} systemdunitdir=%{_userunitdir}
rm -vf %{buildroot}%{_libexecdir}/emacs/%{version}/${configuration}/*.pdmp
%if %{with nativecomp}
pushd native-lisp/
ln -sf ../parking.*/usr/lib64/emacs/29.1/native-lisp/* .
ln -sf ../parking.*/usr/lib64/emacs/%{version}/native-lisp/* .
popd
%endif
for pdmp in emacs-nox emacs-gtk emacs-x11 emacs-wayland