[packages/aptitude] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:39:53 CEST 2025
commit fed2c974c27a67d3e4f8b72118768a9014f4c9b9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:39:37 2025 +0200
Fix applying patches.
aptitude.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/aptitude.spec b/aptitude.spec
index 700db3b..60ea1c6 100644
--- a/aptitude.spec
+++ b/aptitude.spec
@@ -56,10 +56,10 @@ personalizável.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aptitude.git/commitdiff/fed2c974c27a67d3e4f8b72118768a9014f4c9b9
More information about the pld-cvs-commit
mailing list