[packages/ippool] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:16:31 CEST 2025
commit fbfdde1cf2b227ad876f2f86e20ab9f20d866f35
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:16:15 2025 +0200
Fix applying patches.
ippool.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ippool.spec b/ippool.spec
index da55b4b..2b6783f 100644
--- a/ippool.spec
+++ b/ippool.spec
@@ -50,10 +50,10 @@ Dołączona jest także wtyczka pppd, pozwalająca demonowi pppd na
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__make} -j1 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ippool.git/commitdiff/fbfdde1cf2b227ad876f2f86e20ab9f20d866f35
More information about the pld-cvs-commit
mailing list