[packages/tawara] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:14:27 CEST 2025
commit 16ee595714dc1e4adf65b13f4648aae5997a90e1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:14:11 2025 +0200
Fix applying patches.
tawara.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tawara.spec b/tawara.spec
index b0719cb..e7bdba9 100644
--- a/tawara.spec
+++ b/tawara.spec
@@ -68,8 +68,8 @@ Dokumentacja API biblioteki Tawara.
%prep
%setup -q -n %{name}-master
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%cmake . \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tawara.git/commitdiff/16ee595714dc1e4adf65b13f4648aae5997a90e1
More information about the pld-cvs-commit
mailing list