[packages/wtf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:11:21 CEST 2025
commit b87c87904388e0332e83f44402096b5e87e8f502
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:50 2025 +0200
Fix applying patches.
wtf.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wtf.spec b/wtf.spec
index 981d8f6..1d59864 100644
--- a/wtf.spec
+++ b/wtf.spec
@@ -21,8 +21,8 @@ Program do tłumaczenia znaczenia akronimów.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wtf.git/commitdiff/b87c87904388e0332e83f44402096b5e87e8f502
More information about the pld-cvs-commit
mailing list