[packages/falf] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:29:48 CEST 2025
commit 4d85d8e6445345b0c97d1f7d9ffa53f6ce4630fd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:29:33 2025 +0200
Fix applying patches.
falf.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/falf.spec b/falf.spec
index d770bfa..8024b53 100644
--- a/falf.spec
+++ b/falf.spec
@@ -60,8 +60,8 @@ Atuty:
%prep
%setup -q
-%patch0 -p0
-%patch1 -p1
+%patch -P0 -p0
+%patch -P1 -p1
%{?with_kde3support:%{__sed} -i 's:/usr/include/kde:/usr/include/kde3:' falf.pro}
%{?with_kde3support:%{__sed} -i 's:/usr/kde/3.5/lib:/usr/%{_lib}/kde3dev:' falf.pro}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/falf.git/commitdiff/4d85d8e6445345b0c97d1f7d9ffa53f6ce4630fd
More information about the pld-cvs-commit
mailing list