[packages/bwbasic] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:52:31 CEST 2025
commit 81ca86817bfb74ae23794f21a95e04546c50e942
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:52:16 2025 +0200
Fix applying patches.
bwbasic.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bwbasic.spec b/bwbasic.spec
index 3b4e2e7..272901f 100644
--- a/bwbasic.spec
+++ b/bwbasic.spec
@@ -38,8 +38,8 @@ Programy przykładowe dla bwbasica.
%prep
%setup -q -n %{name}-2.20 -a1 -a2
-%patch0
-%patch1 -p1
+%patch -P0
+%patch -P1 -p1
%build
mv -f bwb-2.20-patch01/* .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bwbasic.git/commitdiff/81ca86817bfb74ae23794f21a95e04546c50e942
More information about the pld-cvs-commit
mailing list