[packages/gv] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:05:08 CEST 2025
commit 65a9c1416c91017c1e851a92b193a0f3d0a22839
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:04:52 2025 +0200
Fix applying patches.
gv.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gv.spec b/gv.spec
index 00365af..08cf7dd 100644
--- a/gv.spec
+++ b/gv.spec
@@ -63,9 +63,9 @@ Ghostview adıyla bilinen programdan yola çıkılarak hazırlanmıştır.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__aclocal} -I m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gv.git/commitdiff/65a9c1416c91017c1e851a92b193a0f3d0a22839
More information about the pld-cvs-commit
mailing list