[packages/ttyutils] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:23:11 CEST 2025
commit 1a44f9579c9fa9ccc48916374c53ed6c1af5f803
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:22:56 2025 +0200
Fix applying patches.
ttyutils.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ttyutils.spec b/ttyutils.spec
index 88a9d0e..8930c40 100644
--- a/ttyutils.spec
+++ b/ttyutils.spec
@@ -42,10 +42,10 @@ interaktywnymi programami.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ttyutils.git/commitdiff/1a44f9579c9fa9ccc48916374c53ed6c1af5f803
More information about the pld-cvs-commit
mailing list