[packages/tightvnc] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:18:03 CEST 2025
commit d4d0d522de626eee59a091d1a5a9f29db8e5871e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:17:47 2025 +0200
Fix applying patches.
tightvnc.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tightvnc.spec b/tightvnc.spec
index 88e05f3..1834b04 100644
--- a/tightvnc.spec
+++ b/tightvnc.spec
@@ -86,16 +86,16 @@ stronie serwera, jak i przeglądarki).
%prep
%setup -qn vnc_unixsrc
-%patch0 -p1
+%patch -P0 -p1
%ifarch %{x8664}
-%patch1 -p1
+%patch -P1 -p1
%else
-%patch2 -p1
+%patch -P2 -p1
%endif
-%patch3 -p2
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P3 -p2
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
%build
xmkmf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tightvnc.git/commitdiff/d4d0d522de626eee59a091d1a5a9f29db8e5871e
More information about the pld-cvs-commit
mailing list