[packages/phpgacl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:09:34 CEST 2025
commit 6d7a4edbe3487036f1ddd3f106397e235aabe708
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:09:18 2025 +0200
Fix applying patches.
phpgacl.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/phpgacl.spec b/phpgacl.spec
index f18f323..cbe2054 100644
--- a/phpgacl.spec
+++ b/phpgacl.spec
@@ -49,8 +49,8 @@ To jest przykład dostępu z Perla do phpGACL.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
rm -rf adodb
rm -f Cache_Lite/{LICENSE,Lite.php}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/phpgacl.git/commitdiff/6d7a4edbe3487036f1ddd3f106397e235aabe708
More information about the pld-cvs-commit
mailing list