[packages/tora] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:20:27 CEST 2025
commit 5435dfb1d74c31f19060db9a8dede5131f4e6860
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:20:11 2025 +0200
Fix applying patches.
tora.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tora.spec b/tora.spec
index 7facae1..fb55dc2 100644
--- a/tora.spec
+++ b/tora.spec
@@ -55,10 +55,10 @@ być obsługiwane poprzez ODBC.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
mkdir -p build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tora.git/commitdiff/5435dfb1d74c31f19060db9a8dede5131f4e6860
More information about the pld-cvs-commit
mailing list