[packages/php-cs-fixer] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:09:03 CEST 2025
commit 152d4c4ee4972735488a1c849b0f94adcca7fff8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:08:47 2025 +0200
Fix applying patches.
php-cs-fixer.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec
index bc2302c..1d84214 100644
--- a/php-cs-fixer.spec
+++ b/php-cs-fixer.spec
@@ -50,8 +50,8 @@ especially on large projects. This tool does the job for you.
%prep
%setup -qn PHP-CS-Fixer-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
mv Symfony/CS/Resources/phar-stub.php .
cp -p %{SOURCE1} Symfony/CS/autoload.php
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-cs-fixer.git/commitdiff/152d4c4ee4972735488a1c849b0f94adcca7fff8
More information about the pld-cvs-commit
mailing list