[packages/apport] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:39:32 CEST 2025
commit 5522eef2e8d7e47cc16c906da974516d97ed3289
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:39:17 2025 +0200
Fix applying patches.
apport.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/apport.spec b/apport.spec
index af0f6a2..d3d6e43 100644
--- a/apport.spec
+++ b/apport.spec
@@ -92,9 +92,9 @@ happen with normal user privileges.
%prep
%setup -q -n hardy
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# only used by debian
rm apport/packaging.py
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apport.git/commitdiff/5522eef2e8d7e47cc16c906da974516d97ed3289
More information about the pld-cvs-commit
mailing list