[packages/vmips] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:03:25 CEST 2025
commit 146f6642a4599f6c9b58d4357d57c54fed759f81
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:37 2025 +0200
Fix applying patches.
vmips.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vmips.spec b/vmips.spec
index e32dbfb..b76bbb4 100644
--- a/vmips.spec
+++ b/vmips.spec
@@ -28,8 +28,8 @@ C++ i jest rozpowszechniany na licencji GNU GPL.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# don't try to rebuild man pages,
# upstream does not provide necessary script
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vmips.git/commitdiff/146f6642a4599f6c9b58d4357d57c54fed759f81
More information about the pld-cvs-commit
mailing list