[packages/heretic] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:07:23 CEST 2025
commit 6a7c85c747b51cac9f32218306f1573f0b09e45c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:07:07 2025 +0200
Fix applying patches.
heretic.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/heretic.spec b/heretic.spec
index b0f5646..c558bae 100644
--- a/heretic.spec
+++ b/heretic.spec
@@ -131,9 +131,9 @@ Heretic dla Linuksa - wersja shareware danych (pliku WAD).
%prep
%setup -q -n gl%{name}-%{version} -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
rm -f .depend
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/heretic.git/commitdiff/6a7c85c747b51cac9f32218306f1573f0b09e45c
More information about the pld-cvs-commit
mailing list