[packages/nte] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:37:14 CEST 2025
commit 7004c6f0a6aba571a4f84744bca6a9485c45b0b9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:36:58 2025 +0200
Fix applying patches.
nte.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/nte.spec b/nte.spec
index 4881928..9abba58 100644
--- a/nte.spec
+++ b/nte.spec
@@ -29,10 +29,10 @@ NTE to sieciowy edytor tekstu, stworzony do użytku w Mbone.
%prep
%setup -qn %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
rm -r src/text2html
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nte.git/commitdiff/7004c6f0a6aba571a4f84744bca6a9485c45b0b9
More information about the pld-cvs-commit
mailing list