[packages/nhc98] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:34:59 CEST 2025
commit aa359d0b196ca698a4890a85b8ca6f09202253e2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:34:43 2025 +0200
Fix applying patches.
nhc98.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/nhc98.spec b/nhc98.spec
index 0eea41d..cc75522 100644
--- a/nhc98.spec
+++ b/nhc98.spec
@@ -63,12 +63,12 @@ produkowanie małych binarek, wymagających mało pamięci.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%ifarch %{x8664} alpha ia64 ppc64 s390x sparc64
-%patch2 -p1
+%patch -P2 -p1
%endif
-%patch3 -p1
+%patch -P3 -p1
%build
./configure \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nhc98.git/commitdiff/aa359d0b196ca698a4890a85b8ca6f09202253e2
More information about the pld-cvs-commit
mailing list