[packages/egroupware] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:24:05 CEST 2025


commit 55603dbb46cfc1d49224cedc14dddbe85b5f38fa
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:23:49 2025 +0200

    Fix applying patches.

 egroupware.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/egroupware.spec b/egroupware.spec
index a0e66de..cc16554 100644
--- a/egroupware.spec
+++ b/egroupware.spec
@@ -532,8 +532,8 @@ find -name .svn -print0 | xargs -0 rm -rf
 # undos the sources
 find -regex '.*\.\(php\|inc\|html\|txt\|js\)$' -print0 | xargs -0 sed -i -e 's,\r$,,'
 
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # GPL
 rm doc/LICENSE
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/egroupware.git/commitdiff/55603dbb46cfc1d49224cedc14dddbe85b5f38fa



More information about the pld-cvs-commit mailing list