[packages/initng] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:14:49 CEST 2025
commit 6bc7ff91e27332ac2af6a596cd03735e2962235d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:14:34 2025 +0200
Fix applying patches.
initng.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/initng.spec b/initng.spec
index 6522916..5222711 100644
--- a/initng.spec
+++ b/initng.spec
@@ -70,10 +70,10 @@ Pliki nagłówkowe initng do tworzenia wtyczek dla initng.
%prep
%setup -q -n %{name}%{!?_snap:-%{version}}%{?_pre:_%{_pre}}%{?_rc}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%cmake . \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/initng.git/commitdiff/6bc7ff91e27332ac2af6a596cd03735e2962235d
More information about the pld-cvs-commit
mailing list