public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ranger] epel10: fix chmod command
@ 2026-06-10 3:14 Ben Boeckel
0 siblings, 0 replies; only message in thread
From: Ben Boeckel @ 2026-06-10 3:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ranger
Branch : epel10
Commit : 97405ea92bbefa0445ad971c617eff09d0c3c29c
Author : Ben Boeckel <mathstuf@gmail.com>
Date : 2015-09-29T23:59:31-04:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ranger/c/97405ea92bbefa0445ad971c617eff09d0c3c29c?branch=epel10
Log:
fix chmod command
---
diff --git a/ranger.spec b/ranger.spec
index 016bd4f..8106125 100644
--- a/ranger.spec
+++ b/ranger.spec
@@ -40,7 +40,7 @@ you'll be going.
%install
%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
mv %{buildroot}%{_docdir}/%{name} rpmdocs
-chmod -v -R -x rpmdocs
+find -type f -exec chmod -v -R -X '{}' \;
%files
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 3:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 3:14 [rpms/ranger] epel10: fix chmod command Ben Boeckel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox