[packages/go] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:50:25 CEST 2025
commit 5c8aa6876c181ebcd70de9126cfe1204bfbcf8e8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:55:40 2025 +0200
Fix applying patches.
go.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/go.spec b/go.spec
index cf0f651..c2ec6b2 100644
--- a/go.spec
+++ b/go.spec
@@ -49,10 +49,10 @@ również przez kilka innych edytorów.
%prep
%setup -q
-%patch0 -p0
-%patch1 -p0
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p0
+%patch -P1 -p0
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/go.git/commitdiff/5c8aa6876c181ebcd70de9126cfe1204bfbcf8e8
More information about the pld-cvs-commit
mailing list