[packages/cakephp] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:53:56 CEST 2025
commit f7e86172c19ea2a89e1aadd22f24c31da3b83db0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:53:40 2025 +0200
Fix applying patches.
cakephp.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cakephp.spec b/cakephp.spec
index 233358b..ffb0e48 100644
--- a/cakephp.spec
+++ b/cakephp.spec
@@ -62,8 +62,8 @@ Pliki demonstracyjne i przykłady dla pakietu CakePHP.
%prep
%setup -q -n cake_%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
mv cake/{LICENSE,VERSION}.txt .
rm cake/console/cake.bat
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cakephp.git/commitdiff/f7e86172c19ea2a89e1aadd22f24c31da3b83db0
More information about the pld-cvs-commit
mailing list