[packages/bb] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:46:21 CEST 2025


commit 25f239aa35a4ab71eeb689dec1b19d5b6f875311
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:46:06 2025 +0200

    Fix applying patches.

 bb.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bb.spec b/bb.spec
index 64ed30a..8c2bc24 100644
--- a/bb.spec
+++ b/bb.spec
@@ -30,10 +30,10 @@ operacyjnych.
 
 %prep
 %setup -q -n %{name}-1.3.0
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 %build
 rm -f missing
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bb.git/commitdiff/25f239aa35a4ab71eeb689dec1b19d5b6f875311



More information about the pld-cvs-commit mailing list