public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/emacs] rawhide: Create versioned site ELPA directory.
@ 2026-09-25 15:50 Peter Oliver
  0 siblings, 0 replies; only message in thread
From: Peter Oliver @ 2026-09-25 15:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/emacs
Branch : rawhide
Commit : c83cbf42c6dbb08a953a9e7bf9ff442454810263
Author : Peter Oliver <git@mavit.org.uk>
Date   : 2026-09-25T15:36:21+01:00
Stats  : +4/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/emacs/c/c83cbf42c6dbb08a953a9e7bf9ff442454810263?branch=rawhide

Log:
Create versioned site ELPA directory.

---
diff --git a/emacs.spec b/emacs.spec
index 449d5fb..e6662a2 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -585,7 +585,10 @@ ln -s emacs-%{version}-nw %{buildroot}%{_bindir}/emacs-nox
 # Make sure movemail isn't setgid
 chmod 755 %{buildroot}%{emacs_libexecdir}/movemail
 
-mkdir -p %{buildroot}%{site_lisp} %{buildroot}%{site_start_d}
+mkdir -p \
+      %{buildroot}%{_datadir}/%{name}/%{version}/site-lisp/elpa \
+      %{buildroot}%{site_lisp} \
+      %{buildroot}%{site_start_d}
 install -p -m 0644 %SOURCE5 %{buildroot}%{site_lisp}/site-start.el
 install -p -m 0644 %SOURCE6 %{buildroot}%{site_lisp}
 install -p -m 0644 00-dynamic-module-dir.el %{buildroot}%{site_start_d}/

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 15:50 [rpms/emacs] rawhide: Create versioned site ELPA directory Peter Oliver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox