[packages/gal1] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:38:41 CEST 2025
commit f87e4f23b58454d25d4cb37eefa8fc28bdf1b163
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:38:25 2025 +0200
Fix applying patches.
gal1.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gal1.spec b/gal1.spec
index 0881acb..c51c428 100644
--- a/gal1.spec
+++ b/gal1.spec
@@ -110,10 +110,10 @@ Bibliotecas estáticas do gal.
%prep
%setup -q -n gal-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
sed -i -e 's/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/' configure.in
sed -i -e 's/AM_PROG_XML_I18N_TOOLS/AC_PROG_INTLTOOL/' configure.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gal1.git/commitdiff/f87e4f23b58454d25d4cb37eefa8fc28bdf1b163
More information about the pld-cvs-commit
mailing list