[packages/mantis] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:14:11 CEST 2025
commit b0309af1f13cbefa2bbf6ee6c544c5cd93600b8b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:13:56 2025 +0200
Fix applying patches.
mantis.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mantis.spec b/mantis.spec
index e081b0b..63ca829 100644
--- a/mantis.spec
+++ b/mantis.spec
@@ -70,8 +70,8 @@ pozostawienie plików instalacyjnych mogłoby być niebezpieczne.
%prep
%setup -q -a1 -n %{name}bt-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find . -type d -name CVS | xargs rm -rf
find . -type f -name .cvsignore | xargs rm -rf
find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mantis.git/commitdiff/b0309af1f13cbefa2bbf6ee6c544c5cd93600b8b
More information about the pld-cvs-commit
mailing list