[packages/ct-crm] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:07:52 CEST 2025
commit 134c1e0bd0639af2f22a98bffebd5c611b9f539f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:07:37 2025 +0200
Fix applying patches.
ct-crm.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ct-crm.spec b/ct-crm.spec
index 281ee45..a771c2e 100644
--- a/ct-crm.spec
+++ b/ct-crm.spec
@@ -39,9 +39,9 @@ dla małych i średnich instytucji.
%prep
%setup -q -n %{name}%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__sed} -i -e '
s#"config.inc.php"#"%{_sysconfdir}/config.inc.php"#
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ct-crm.git/commitdiff/134c1e0bd0639af2f22a98bffebd5c611b9f539f
More information about the pld-cvs-commit
mailing list