[packages/tkabber] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:19:02 CEST 2025
commit 5901fc10137b317ad0c2ef01b06767be200e5a8d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:18:46 2025 +0200
Fix applying patches.
tkabber.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tkabber.spec b/tkabber.spec
index 1b673cd..7b727d3 100644
--- a/tkabber.spec
+++ b/tkabber.spec
@@ -66,8 +66,8 @@ Do pełnej funkcjonalności mogą być potrzebne dodatkowe pakiety:
%prep
%setup -q
%{?with_privacy:%patch0 -p1}
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
sed -i -e 's#ifaceck##g' Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tkabber.git/commitdiff/5901fc10137b317ad0c2ef01b06767be200e5a8d
More information about the pld-cvs-commit
mailing list