[packages/tkgate] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:19:08 CEST 2025
commit 2e641c98c51e78e705df88443222b8eea6dedc78
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:18:52 2025 +0200
Fix applying patches.
tkgate.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tkgate.spec b/tkgate.spec
index 9d11ef5..10c8627 100644
--- a/tkgate.spec
+++ b/tkgate.spec
@@ -38,8 +38,8 @@ w "Animals".
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
LDFLAGS="%{rpmldflags}" ; export LDFLAGS
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tkgate.git/commitdiff/2e641c98c51e78e705df88443222b8eea6dedc78
More information about the pld-cvs-commit
mailing list