[packages/pax] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:52:36 CEST 2025


commit 9ecd582a2eed012cda71fab46eceb6a5cab0f247
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:52:20 2025 +0200

    Fix applying patches.

 pax.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pax.spec b/pax.spec
index 8fe3e44..2bd17c3 100644
--- a/pax.spec
+++ b/pax.spec
@@ -30,8 +30,8 @@ CPIO i TAR.
 
 %prep
 %setup -q -n %{name}-%{version}.orig
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pax.git/commitdiff/9ecd582a2eed012cda71fab46eceb6a5cab0f247



More information about the pld-cvs-commit mailing list