[packages/phpMyAdmin] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:10:00 CEST 2025
commit 986c91965dd17480f79585145ab25c9e72207400
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:09:44 2025 +0200
Fix applying patches.
phpMyAdmin.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec
index 6525123..e77241e 100644
--- a/phpMyAdmin.spec
+++ b/phpMyAdmin.spec
@@ -85,9 +85,9 @@ podręcznika MySQL). Aktualnie phpMyAdmin potrafi:
%prep
%setup -q -n %{name}-%{version}-all-languages
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
# 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/phpMyAdmin.git/commitdiff/986c91965dd17480f79585145ab25c9e72207400
More information about the pld-cvs-commit
mailing list