[packages/tuxpaint] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:23:43 CEST 2025
commit 77208d47cc8fdc1fc4b377ce5c4440249153570a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:23:27 2025 +0200
Fix applying patches.
tuxpaint.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tuxpaint.spec b/tuxpaint.spec
index d697c8d..5dedeba 100644
--- a/tuxpaint.spec
+++ b/tuxpaint.spec
@@ -70,11 +70,11 @@ Jest to kolekcja obrazów dla Tux Painta o nazwie "gumowa pieczątka".
%prep
%setup -q -a 1
-%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
install -d trans
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tuxpaint.git/commitdiff/77208d47cc8fdc1fc4b377ce5c4440249153570a
More information about the pld-cvs-commit
mailing list