[packages/brscan] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:51:40 CEST 2025
commit f82c9f73d78fb12cc8ef184f6dbac281e3058747
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:51:25 2025 +0200
Fix applying patches.
brscan.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/brscan.spec b/brscan.spec
index 4bc2e5e..83add6d 100644
--- a/brscan.spec
+++ b/brscan.spec
@@ -28,8 +28,8 @@ sieciowych.
%prep
%setup -q -n %{name}-src-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
rm -f brscan/{acinclude.m4,configure}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/brscan.git/commitdiff/f82c9f73d78fb12cc8ef184f6dbac281e3058747
More information about the pld-cvs-commit
mailing list