[packages/IRRToolSet] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:17:27 CEST 2025
commit 8904033b1bd865e7825c283925d4b8d18b6125a9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:17:11 2025 +0200
Fix applying patches.
IRRToolSet.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/IRRToolSet.spec b/IRRToolSet.spec
index 32dd816..bc204a2 100644
--- a/IRRToolSet.spec
+++ b/IRRToolSet.spec
@@ -32,9 +32,9 @@ IRRToolSet jest zestawem narzędzi do analizy polityki.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cp -f /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/IRRToolSet.git/commitdiff/8904033b1bd865e7825c283925d4b8d18b6125a9
More information about the pld-cvs-commit
mailing list