[packages/bastet] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:46:10 CEST 2025
commit e1a4bda67b9a99e295c43005721e17305476cf39
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:45:54 2025 +0200
Fix applying patches.
bastet.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bastet.spec b/bastet.spec
index d2431f9..0e530d1 100644
--- a/bastet.spec
+++ b/bastet.spec
@@ -42,8 +42,8 @@ bardzo frustrującym przeżyciem.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
NCURSES_LIBS=$(ncurses6-config --libs)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bastet.git/commitdiff/e1a4bda67b9a99e295c43005721e17305476cf39
More information about the pld-cvs-commit
mailing list