[packages/RBio] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:40:05 CEST 2025
commit cab5c84556d052de68d1691ac148b7856cf84bb2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:39:49 2025 +0200
Fix applying patches.
RBio.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/RBio.spec b/RBio.spec
index 6dbc792..7a10781 100644
--- a/RBio.spec
+++ b/RBio.spec
@@ -54,8 +54,8 @@ Statyczna biblioteka RBio.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/RBio.git/commitdiff/cab5c84556d052de68d1691ac148b7856cf84bb2
More information about the pld-cvs-commit
mailing list