[packages/p9m4] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:49:49 CEST 2025
commit afe7bc210c51576312959ca66e9019fb0a7f4110
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:49:33 2025 +0200
Fix applying patches.
p9m4.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/p9m4.spec b/p9m4.spec
index d06816a..ddf1c9c 100644
--- a/p9m4.spec
+++ b/p9m4.spec
@@ -27,9 +27,9 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%prep
%setup -q -n %{name}-v%(echo %{version} | tr -d .)
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# cleanup backups after patching
find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/p9m4.git/commitdiff/afe7bc210c51576312959ca66e9019fb0a7f4110
More information about the pld-cvs-commit
mailing list