[packages/tix] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:18:56 CEST 2025
commit 01a238b3d576eef18f0cd1f24349bbcc3115c9b9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:18:40 2025 +0200
Fix applying patches.
tix.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tix.spec b/tix.spec
index f34326f..6a10a2e 100644
--- a/tix.spec
+++ b/tix.spec
@@ -81,8 +81,8 @@ Tix - programy demostracjne.
%prep
%setup -q -n Tix%{version}
-%patch0 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P2 -p1
%build
%{__aclocal} -I tclconfig
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tix.git/commitdiff/01a238b3d576eef18f0cd1f24349bbcc3115c9b9
More information about the pld-cvs-commit
mailing list