[packages/box] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:51:01 CEST 2025
commit cdf1d4ab918f9ff385b988f67898202ab7e617bc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:50:45 2025 +0200
Fix applying patches.
box.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/box.spec b/box.spec
index 1a69c4c..fdf5691 100644
--- a/box.spec
+++ b/box.spec
@@ -56,8 +56,8 @@ Statyczna biblioteka Box.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/box.git/commitdiff/cdf1d4ab918f9ff385b988f67898202ab7e617bc
More information about the pld-cvs-commit
mailing list