[packages/openslp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:46:28 CEST 2025
commit 0ca5e1e128082d1b221b8f305f12b5c6b0081695
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:46:12 2025 +0200
Fix applying patches.
openslp.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/openslp.spec b/openslp.spec
index 8eb0d8f..0ed0231 100644
--- a/openslp.spec
+++ b/openslp.spec
@@ -132,10 +132,10 @@ Biblioteki statyczne OpenSLP.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openslp.git/commitdiff/0ca5e1e128082d1b221b8f305f12b5c6b0081695
More information about the pld-cvs-commit
mailing list