[packages/pastebin] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:52:16 CEST 2025


commit 9171a71b34a25bdfc754677a60a340b1496b8b78
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:52:00 2025 +0200

    Fix applying patches.

 pastebin.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/pastebin.spec b/pastebin.spec
index fa22f0f..fc9b5cf 100644
--- a/pastebin.spec
+++ b/pastebin.spec
@@ -54,11 +54,11 @@ been constantly improved.
 %prep
 %setup -q
 %undos -f php
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 rm -rf lib/geshi
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pastebin.git/commitdiff/9171a71b34a25bdfc754677a60a340b1496b8b78



More information about the pld-cvs-commit mailing list