public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mint-y-icons] rawhide: Replace '%{__cp}' with plain 'cp'
@ 2026-07-26 21:09 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-26 21:09 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/mint-y-icons
            Branch : rawhide
            Commit : b315d58f1d5f4cdf585cae0685c97f7321331a49
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-26T20:14:34+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mint-y-icons/c/b315d58f1d5f4cdf585cae0685c97f7321331a49?branch=rawhide

            Log:
            Replace '%{__cp}' with plain 'cp'

Use the direct command instead of the RPM macro wrapper for
consistency with current Fedora spec conventions.

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/mint-y-icons.spec b/mint-y-icons.spec
index 9c1e909..ed68b35 100644
--- a/mint-y-icons.spec
+++ b/mint-y-icons.spec
@@ -23,7 +23,7 @@ Requires:       hicolor-icon-theme
 %build
 
 %install
-%{__cp} -pr ${PWD}%{_prefix} %{buildroot}
+cp -pr ${PWD}%{_prefix} %{buildroot}
 %fdupes -s %{buildroot}
 
 %transfiletriggerin -- %{_datadir}/icons/Mint-Y

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

only message in thread, other threads:[~2026-07-26 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 21:09 [rpms/mint-y-icons] rawhide: Replace '%{__cp}' with plain 'cp' Michal Schorm

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