[packages/bakefile] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:45:24 CEST 2025
commit bb7e2a35971e82b5e1442d3e343ade3c1094c7ac
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:45:08 2025 +0200
Fix applying patches.
bakefile.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bakefile.spec b/bakefile.spec
index e39a635..f17b812 100644
--- a/bakefile.spec
+++ b/bakefile.spec
@@ -35,7 +35,7 @@ dla autoconfa, projekt dla Visual C++, makefile dla bcc itd.).
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python(\s|$),#!%{__python}\1,' \
src/bakefile.py \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bakefile.git/commitdiff/bb7e2a35971e82b5e1442d3e343ade3c1094c7ac
More information about the pld-cvs-commit
mailing list