[packages/sim] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:58:37 CEST 2025


commit 8709debcbc45bf65b1168f5096f8bc6f11751129
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:58:21 2025 +0200

    Fix applying patches.

 sim.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sim.spec b/sim.spec
index 92f704e..78c4d8e 100644
--- a/sim.spec
+++ b/sim.spec
@@ -49,8 +49,8 @@ inne.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
 
 %{__sed} -i -e 's@^sim_plugindir=.*@sim_plugindir="%{_libdir}/sim"@' configure.in.in
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sim.git/commitdiff/8709debcbc45bf65b1168f5096f8bc6f11751129



More information about the pld-cvs-commit mailing list