[packages/wml] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:08:51 CEST 2025
commit 49c5d5ef4d24834e453f7c93cf588c81b2885113
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:46 2025 +0200
Fix applying patches.
wml.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/wml.spec b/wml.spec
index 24b40de..32875ea 100644
--- a/wml.spec
+++ b/wml.spec
@@ -52,12 +52,12 @@ plików HTML są nadal potrzebni.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1 -b .orig
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1 -b .orig
%build
cp -f /usr/share/automake/config.* etc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wml.git/commitdiff/49c5d5ef4d24834e453f7c93cf588c81b2885113
More information about the pld-cvs-commit
mailing list