public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] epel10.2: install module file into %_modulesdir
@ 2026-07-30 16:31 Michal Schmidt
0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-30 16:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/icecream
Branch : epel10.2
Commit : 9e8efac3207c660e7c61bd39244331f00850f844
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2016-11-03T16:24:49+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/icecream/c/9e8efac3207c660e7c61bd39244331f00850f844?branch=epel10.2
Log:
install module file into %_modulesdir
per Guidelines
---
diff --git a/icecream.spec b/icecream.spec
index 83cf37e..4d80652 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -131,8 +131,8 @@ mkdir -p %{buildroot}/%{_localstatedir}/cache/icecream
mkdir -p %{buildroot}/run/icecc/
# Make the environment-modules file
-mkdir -p %{buildroot}%{_sysconfdir}/modulefiles/icecream
-sed 's#@LIBEXECDIR@#%{_libexecdir}#' < %{SOURCE2} > %{buildroot}%{_sysconfdir}/modulefiles/icecream/icecc
+mkdir -p %{buildroot}%{_modulesdir}/icecream
+sed 's#@LIBEXECDIR@#%{_libexecdir}#' < %{SOURCE2} > %{buildroot}%{_modulesdir}/icecream/icecc
%if %{with selinux}
for selinuxvariant in %{selinux_variants}; do
@@ -243,7 +243,7 @@ exit 0
%{_libdir}/libicecc.so.*
%{_sbindir}/iceccd
%{_sbindir}/icecc-scheduler
-%{_sysconfdir}/modulefiles/icecream/
+%{_modulesdir}/icecream/
%config(noreplace) %{_sysconfdir}/sysconfig/icecream
%{_unitdir}/icecc*.service
%attr(0775, root, icecc) %{_localstatedir}/cache/icecream
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 16:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 16:31 [rpms/icecream] epel10.2: install module file into %_modulesdir Michal Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox