[packages/Producer] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:22:27 CEST 2025
commit d64acb2787070f1cc39dde1812ca970cabd959c4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:22:11 2025 +0200
Fix applying patches.
Producer.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Producer.spec b/Producer.spec
index 99974dd..2f4c0fe 100644
--- a/Producer.spec
+++ b/Producer.spec
@@ -70,8 +70,8 @@ Biblioteki programistyczne biblioteki Producer.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find -type d -name CVS |xargs rm -rf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Producer.git/commitdiff/d64acb2787070f1cc39dde1812ca970cabd959c4
More information about the pld-cvs-commit
mailing list