[packages/cgiwrap] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:57:45 CEST 2025


commit 8c71f3de68aa21d6fd2fc29b680ba593187499a6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:57:29 2025 +0200

    Fix applying patches.

 cgiwrap.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/cgiwrap.spec b/cgiwrap.spec
index beb4622..9bee427 100644
--- a/cgiwrap.spec
+++ b/cgiwrap.spec
@@ -34,10 +34,10 @@ uprawnieniami użytkownika, który go zainstalował, a nie serwera.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
+%patch -P3 -p1
 
 %build
 install %{_datadir}/automake/config.* .
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cgiwrap.git/commitdiff/8c71f3de68aa21d6fd2fc29b680ba593187499a6



More information about the pld-cvs-commit mailing list