[packages/wordpress] Fix applying patches.

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


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

    Fix applying patches.

 wordpress.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/wordpress.spec b/wordpress.spec
index 1c3d1f3..6760e2b 100644
--- a/wordpress.spec
+++ b/wordpress.spec
@@ -154,14 +154,14 @@ with a custom menu, header image, and background.
 %setup -qc
 mv %{name}/* . && rmdir %{name}
 %undos -f php,js,html
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 cp -p wp-config{-sample,}.php
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P6 -p1
+%patch -P7 -p1
 cp -p %{SOURCE3} .
 
 %{__rm} license.txt
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wordpress.git/commitdiff/aa364448a15709ae0edceb1d321360f0197e9b9d



More information about the pld-cvs-commit mailing list