[packages/btmgr] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:52:00 CEST 2025
commit e30ed54a17eadae357cfc07873f081b2794ee43d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:51:44 2025 +0200
Fix applying patches.
btmgr.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/btmgr.spec b/btmgr.spec
index a23be29..bc41d7c 100644
--- a/btmgr.spec
+++ b/btmgr.spec
@@ -37,8 +37,8 @@ CD-ROM. There are plans to support ZIP and LS-120 in the near future.
%prep
%setup -q -n %{name}-%{version}-1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# allow passing defaults
%{__sed} -i -e '/^CC=/ s/gcc/$(HOSTCC)/' Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/btmgr.git/commitdiff/e30ed54a17eadae357cfc07873f081b2794ee43d
More information about the pld-cvs-commit
mailing list