[packages/tuxaator] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:23:32 CEST 2025
commit 6ae98a63f8b3f1a49a15d7ae52b4073aab531629
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:23:16 2025 +0200
Fix applying patches.
tuxaator.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tuxaator.spec b/tuxaator.spec
index 3bfea42..39749c1 100644
--- a/tuxaator.spec
+++ b/tuxaator.spec
@@ -52,8 +52,8 @@ Skrypt init dla bota IRC-owego tuxaator.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find -name CVS -print0 | xargs -0 rm -rf
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tuxaator.git/commitdiff/6ae98a63f8b3f1a49a15d7ae52b4073aab531629
More information about the pld-cvs-commit
mailing list