[packages/nxcompext] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:38:40 CEST 2025
commit 1639b392ed4c56afe5e2ad9f73ba10ab2ea68944
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:38:24 2025 +0200
Fix applying patches.
nxcompext.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nxcompext.spec b/nxcompext.spec
index f72e432..a4dfc26 100644
--- a/nxcompext.spec
+++ b/nxcompext.spec
@@ -64,8 +64,8 @@ Statyczna biblioteka nxcompext.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nxcompext.git/commitdiff/1639b392ed4c56afe5e2ad9f73ba10ab2ea68944
More information about the pld-cvs-commit
mailing list