[packages/drupal] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:20:10 CEST 2025
commit cfa7ec851db43d20d4ffbd3a5397c57c6ee5bedb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:19:54 2025 +0200
Fix applying patches.
drupal.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/drupal.spec b/drupal.spec
index b46f3bd..585b7d1 100644
--- a/drupal.spec
+++ b/drupal.spec
@@ -158,9 +158,9 @@ nazywane rozproszonym uwierzytelnianiem.
%prep
%setup -q %{?_rc:-n %{name}-%{version}-%{_rc}}
-%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/drupal.git/commitdiff/cfa7ec851db43d20d4ffbd3a5397c57c6ee5bedb
More information about the pld-cvs-commit
mailing list