[packages/rt] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:45:58 CEST 2025
commit cd7b5d7498b266f710771a38ba6c289a3a8051d0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:45:42 2025 +0200
Fix applying patches.
rt.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rt.spec b/rt.spec
index f1e5ede..469ce03 100644
--- a/rt.spec
+++ b/rt.spec
@@ -341,9 +341,9 @@ Pliki wspomagające używanie RT z Apache.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
mv aclocal.m4 acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rt.git/commitdiff/cd7b5d7498b266f710771a38ba6c289a3a8051d0
More information about the pld-cvs-commit
mailing list