[packages/macutils] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:12:49 CEST 2025
commit 2fbe6bda793754a6fc6cb86a29c537c37ef6f833
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:12:33 2025 +0200
Fix applying patches.
macutils.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/macutils.spec b/macutils.spec
index bc7ccdb..cc033f1 100644
--- a/macutils.spec
+++ b/macutils.spec
@@ -63,9 +63,9 @@ olarak kullanılan programları içermektedir.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/macutils.git/commitdiff/2fbe6bda793754a6fc6cb86a29c537c37ef6f833
More information about the pld-cvs-commit
mailing list