[packages/griffith] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:59:13 CEST 2025
commit fcae67fcff231743b54e6046261b2ae76bbf18ee
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:58:58 2025 +0200
Fix applying patches.
griffith.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/griffith.spec b/griffith.spec
index 4341826..c9c36cc 100644
--- a/griffith.spec
+++ b/griffith.spec
@@ -85,9 +85,9 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla griffith.
%prep
%setup -q -n Griffith-%{version} -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
mv griffith-extra-artwork-%{artworkver}/images/*.png images/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/griffith.git/commitdiff/fcae67fcff231743b54e6046261b2ae76bbf18ee
More information about the pld-cvs-commit
mailing list