[packages/gcombust] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:40:29 CEST 2025
commit ed4f98e04d591f88bf5d759a2077b65dcec68bb5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:40:13 2025 +0200
Fix applying patches.
gcombust.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gcombust.spec b/gcombust.spec
index 54f60f2..3a6a124 100644
--- a/gcombust.spec
+++ b/gcombust.spec
@@ -51,9 +51,9 @@ gcombust - це GUI для mkisofs та cdrecord. Він написаний на
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
mv -f po/{no,nb}.po
install %{SOURCE1} .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gcombust.git/commitdiff/ed4f98e04d591f88bf5d759a2077b65dcec68bb5
More information about the pld-cvs-commit
mailing list