[packages/omnetpp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:42:02 CEST 2025
commit fc55dee56e115ca503d2bf331fddd559590f37fb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:41:46 2025 +0200
Fix applying patches.
omnetpp.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/omnetpp.spec b/omnetpp.spec
index b2dc4c9..b6d804c 100644
--- a/omnetpp.spec
+++ b/omnetpp.spec
@@ -51,9 +51,9 @@ Biblioteki OMNeT++.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cp -f /usr/share/automake/config.* src/utils
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/omnetpp.git/commitdiff/fc55dee56e115ca503d2bf331fddd559590f37fb
More information about the pld-cvs-commit
mailing list