[packages/kf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:34:17 CEST 2025
commit 85e06a8da8f4cd66a38ad925b97225c7843f1cc7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:34:01 2025 +0200
Fix applying patches.
kf.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kf.spec b/kf.spec
index a7111fd..bb026aa 100644
--- a/kf.spec
+++ b/kf.spec
@@ -35,8 +35,8 @@ GTK+2.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
export LDFLAGS="$LDFLAGS -export-dynamic -g"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kf.git/commitdiff/85e06a8da8f4cd66a38ad925b97225c7843f1cc7
More information about the pld-cvs-commit
mailing list