[packages/phpdc] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:09:09 CEST 2025
commit 8effccc3587997f784528e7562e58d62c20c5f30
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:08:53 2025 +0200
Fix applying patches.
phpdc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/phpdc.spec b/phpdc.spec
index 1097435..80dffbe 100644
--- a/phpdc.spec
+++ b/phpdc.spec
@@ -36,8 +36,8 @@ klienta Direct Connect (dctc - Direct Connect Text Client).
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/phpdc.git/commitdiff/8effccc3587997f784528e7562e58d62c20c5f30
More information about the pld-cvs-commit
mailing list