[packages/njamd] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:35:25 CEST 2025


commit c99e32752a81f070d0472f611336a253cacbc8f4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:35:09 2025 +0200

    Fix applying patches.

 njamd.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/njamd.spec b/njamd.spec
index 532ca47..d49f481 100644
--- a/njamd.spec
+++ b/njamd.spec
@@ -44,11 +44,11 @@ więcej RAM-u do wygodnego odpluskwiania.
 %prep
 %setup -q
 %ifarch ia64
-%patch0 -p1
+%patch -P0 -p1
 %{__autoconf}
 %endif
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 %configure
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/njamd.git/commitdiff/c99e32752a81f070d0472f611336a253cacbc8f4



More information about the pld-cvs-commit mailing list