[packages/pingus] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:16:15 CEST 2025
commit 10709d1c4be6cb6cee3f15547223338766033105
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:15:59 2025 +0200
Fix applying patches.
pingus.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pingus.spec b/pingus.spec
index 6114814..5cd2fdb 100644
--- a/pingus.spec
+++ b/pingus.spec
@@ -44,8 +44,8 @@ pingüins.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# note: it loads *.po files directly, no need to use msgfmt
mv -f data/po/sr{, at latin}.po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pingus.git/commitdiff/10709d1c4be6cb6cee3f15547223338766033105
More information about the pld-cvs-commit
mailing list