[packages/php-phing] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:13:54 CEST 2025
commit 0b1b8f0f516e936a1fc25a283dd0a8f36517f5d9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:13:38 2025 +0200
Fix applying patches.
php-phing.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-phing.spec b/php-phing.spec
index aed1f44..1d6ff1c 100644
--- a/php-phing.spec
+++ b/php-phing.spec
@@ -98,7 +98,7 @@ PEAR i wiele więcej.
%prep
%pear_package_setup -d data_dir=%{_appdir}/data
-%patch0 -p1
+%patch -P0 -p1
# 2.4.4 release tarball contains .rej and .orig files junk
find '(' -name '*~' -o -name '*.orig' -o -name '*.rej' ')' -print0 | xargs -0 -r -l512 rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-phing.git/commitdiff/0b1b8f0f516e936a1fc25a283dd0a8f36517f5d9
More information about the pld-cvs-commit
mailing list