[packages/guile1] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:04:21 CEST 2025
commit 3b496a4c443fda82174aeaf2bfae894fd874c5bf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:04:05 2025 +0200
Fix applying patches.
guile1.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/guile1.spec b/guile1.spec
index 5a4e620..43bc4d4 100644
--- a/guile1.spec
+++ b/guile1.spec
@@ -149,12 +149,12 @@ Bibliotecas estáticas para desenvolvimento com guile
%prep
%setup -qn guile-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
%{__gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/guile1.git/commitdiff/3b496a4c443fda82174aeaf2bfae894fd874c5bf
More information about the pld-cvs-commit
mailing list