[packages/TORCS] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:20:30 CEST 2025
commit 80a656e9c52d548167ece95395ba262a72c512bf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:20:14 2025 +0200
Fix applying patches.
TORCS.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/TORCS.spec b/TORCS.spec
index bcd0fae..0ba28db 100644
--- a/TORCS.spec
+++ b/TORCS.spec
@@ -261,9 +261,9 @@ Pliki komputerowych kierowców dla TORCS - olethros.
%setup -q -n torcs-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15
mv torcs-%{version}/src/drivers/* src/drivers
rm -r torcs-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/TORCS.git/commitdiff/80a656e9c52d548167ece95395ba262a72c512bf
More information about the pld-cvs-commit
mailing list