[packages/tmw] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:19:52 CEST 2025
commit 6291e8336f042fedacbfd48ad002cceb9d8cbc3b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:19:36 2025 +0200
Fix applying patches.
tmw.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tmw.spec b/tmw.spec
index 9ead558..93a6d82 100644
--- a/tmw.spec
+++ b/tmw.spec
@@ -64,9 +64,9 @@ Online.
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tmw.git/commitdiff/6291e8336f042fedacbfd48ad002cceb9d8cbc3b
More information about the pld-cvs-commit
mailing list