[packages/bash-completion] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:45:56 CEST 2025
commit f048c1cb1850d8987976e92df927ee50800388d1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:45:40 2025 +0200
Fix applying patches.
bash-completion.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bash-completion.spec b/bash-completion.spec
index 871e64d..55abf2f 100644
--- a/bash-completion.spec
+++ b/bash-completion.spec
@@ -58,10 +58,10 @@ Pliki pkg-configa i cmake'a do tworzenia pakietów bash-completion.
%prep
%setup -q
cp -p '%{SOURCE4}' completions/pear
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
# cleanup backups after patching
find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bash-completion.git/commitdiff/f048c1cb1850d8987976e92df927ee50800388d1
More information about the pld-cvs-commit
mailing list