[packages/wwwcount] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 10:11:43 CEST 2025


commit 03f13e836ce08f8087aee7eced060f99423e40ed
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:30:50 2025 +0200

    Fix applying patches.

 wwwcount.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wwwcount.spec b/wwwcount.spec
index 96d53ce..e31c08f 100644
--- a/wwwcount.spec
+++ b/wwwcount.spec
@@ -50,9 +50,9 @@ Możesz używać także swoich unikalnych czcionek.
 
 %prep
 %setup -q -n %{name}%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 tar xzf %{SOURCE1}
 
 for a in `find -type f -name "*.pl*"`
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wwwcount.git/commitdiff/03f13e836ce08f8087aee7eced060f99423e40ed



More information about the pld-cvs-commit mailing list