[packages/postnuke] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:20:41 CEST 2025


commit 733cb057449fb0ed0053df07b4c74a2a4d748c79
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:20:25 2025 +0200

    Fix applying patches.

 postnuke.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/postnuke.spec b/postnuke.spec
index 4270137..5b6d130 100644
--- a/postnuke.spec
+++ b/postnuke.spec
@@ -109,9 +109,9 @@ pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
 %prep
 %setup -q -n PostNuke-%{version} -a1 -a2
 find . -type f -print0 | xargs -0 sed -i -e 's,\r$,,'
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p1
 
 > html/config-old.php
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/postnuke.git/commitdiff/733cb057449fb0ed0053df07b4c74a2a4d748c79



More information about the pld-cvs-commit mailing list