[packages/iceowl] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:12:10 CEST 2025


commit f47820c944a8972a2b85b904869a06247eef7cb8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:11:54 2025 +0200

    Fix applying patches.

 iceowl.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/iceowl.spec b/iceowl.spec
index 5a76193..b410cc1 100644
--- a/iceowl.spec
+++ b/iceowl.spec
@@ -77,9 +77,9 @@ than the Mozilla suite.
 %prep
 %setup -q -c
 cd mozilla
-%patch0 -p1
-%patch1 -p2
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p2
+%patch -P2 -p1
 
 %build
 cd mozilla
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iceowl.git/commitdiff/f47820c944a8972a2b85b904869a06247eef7cb8



More information about the pld-cvs-commit mailing list