[packages/linuxband] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:07:16 CEST 2025
commit 04e1eb33e1b23adf499b7b14f15a65c66436205f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:07:00 2025 +0200
Fix applying patches.
linuxband.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/linuxband.spec b/linuxband.spec
index 467902b..f9bc182 100644
--- a/linuxband.spec
+++ b/linuxband.spec
@@ -31,8 +31,8 @@ Band-in-a-Box featuring:
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/linuxband.git/commitdiff/04e1eb33e1b23adf499b7b14f15a65c66436205f
More information about the pld-cvs-commit
mailing list