[packages/monkey] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:22:18 CEST 2025


commit f0d1f4a628ef8cd0faa3bcf952f9e5f4446bbff6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:22:01 2025 +0200

    Fix applying patches.

 monkey.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/monkey.spec b/monkey.spec
index 48a23a3..104369a 100644
--- a/monkey.spec
+++ b/monkey.spec
@@ -33,8 +33,8 @@ Monkey to mały serwer WWW napisany w 100% w języku C.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 ./configure \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/monkey.git/commitdiff/f0d1f4a628ef8cd0faa3bcf952f9e5f4446bbff6



More information about the pld-cvs-commit mailing list