[packages/squid] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:06:38 CEST 2025
commit 75edffb7bb33e82d68be2af3fdfe826a2c3cb4e4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:06:22 2025 +0200
Fix applying patches.
squid.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/squid.spec b/squid.spec
index 156eb27..dc0601d 100644
--- a/squid.spec
+++ b/squid.spec
@@ -654,15 +654,15 @@ Ten pakiet zawiera skrypty perlowe i dodatkowe programy dla Squida.
%prep
%setup -q -a3
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{?with_combined_log:%patch4 -p1}
%ifarch ppc
-%patch5 -p1
+%patch -P5 -p1
%endif
-%patch6 -p1
+%patch -P6 -p1
#%patch7 -p1
-%patch8 -p1
+%patch -P8 -p1
%{__sed} -i -e '1s#!.*bin/perl#!%{__perl}#' {contrib,scripts}/*.pl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/squid.git/commitdiff/75edffb7bb33e82d68be2af3fdfe826a2c3cb4e4
More information about the pld-cvs-commit
mailing list