[packages/opencity] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:43:01 CEST 2025


commit 4b872d27c1b6656dd77e50e84f3487d96d1db5c8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:42:45 2025 +0200

    Fix applying patches.

 opencity.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/opencity.spec b/opencity.spec
index bd3c8d4..d81f431 100644
--- a/opencity.spec
+++ b/opencity.spec
@@ -51,9 +51,9 @@ standardowym C++ z obsługą OpenGL i SDL. Projekt nie jest klonem
 
 %prep
 %setup -q -n %{name}-%{version}stable
-%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/opencity.git/commitdiff/4b872d27c1b6656dd77e50e84f3487d96d1db5c8



More information about the pld-cvs-commit mailing list