[packages/squirrelmail] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:06:59 CEST 2025
commit 90320ae6db558f65bd5dad5fb76f8b673fc24835
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:06:43 2025 +0200
Fix applying patches.
squirrelmail.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/squirrelmail.spec b/squirrelmail.spec
index d999986..9a5afb6 100644
--- a/squirrelmail.spec
+++ b/squirrelmail.spec
@@ -151,10 +151,10 @@ rm -f locale/*/LC_MESSAGES/{abook_group,address_add,admin_add,amavisnewsql,archi
# missing (bind)textdomain calls?
# compatibility
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
patch -p2 < plugins/compatibility/patches/compatibility_patch-1.4.10.diff
rm -rf plugins/compatibility/patches*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/squirrelmail.git/commitdiff/90320ae6db558f65bd5dad5fb76f8b673fc24835
More information about the pld-cvs-commit
mailing list