[packages/Guppi] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:04:59 CEST 2025
commit b7bfe0a2509f320f8e10a5d149e06147f39e609c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:04:43 2025 +0200
Fix applying patches.
Guppi.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Guppi.spec b/Guppi.spec
index af75b4b..c8e7db1 100644
--- a/Guppi.spec
+++ b/Guppi.spec
@@ -259,11 +259,11 @@ Guppi.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
mv -f po/{no,nb}.po
sed -i -e 's/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/' configure.in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Guppi.git/commitdiff/b7bfe0a2509f320f8e10a5d149e06147f39e609c
More information about the pld-cvs-commit
mailing list