[packages/emerald] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:25:20 CEST 2025
commit 08e803719e098adfabdf5aa8762f2b07726b28bc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:25:04 2025 +0200
Fix applying patches.
emerald.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/emerald.spec b/emerald.spec
index 33ffd0e..2bff8c3 100644
--- a/emerald.spec
+++ b/emerald.spec
@@ -72,9 +72,9 @@ Statyczna biblioteka Emerald Engines.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__glib_gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/emerald.git/commitdiff/08e803719e098adfabdf5aa8762f2b07726b28bc
More information about the pld-cvs-commit
mailing list