[packages/gb] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:39:49 CEST 2025
commit 171f37529f029c52170d3541eda3fef19e8d51ff
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:39:33 2025 +0200
Fix applying patches.
gb.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gb.spec b/gb.spec
index 967f893..ca15527 100644
--- a/gb.spec
+++ b/gb.spec
@@ -56,10 +56,10 @@ Biblioteki statyczne do GNOME Basic.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
mv -f po/{no,nb}.po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gb.git/commitdiff/171f37529f029c52170d3541eda3fef19e8d51ff
More information about the pld-cvs-commit
mailing list