[packages/motor] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:23:19 CEST 2025
commit 6044399619013d0d636eb93980f057fd3fc8127f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:23:03 2025 +0200
Fix applying patches.
motor.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/motor.spec b/motor.spec
index cf5fc68..0119192 100644
--- a/motor.spec
+++ b/motor.spec
@@ -32,9 +32,9 @@ jest głęboka integracja z CVS.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/motor.git/commitdiff/6044399619013d0d636eb93980f057fd3fc8127f
More information about the pld-cvs-commit
mailing list