[packages/dapl] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:09:51 CEST 2025
commit b3e977d3c3a8ee97cd3453d7e85f3b2f18698308
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:09:35 2025 +0200
Fix applying patches.
dapl.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dapl.spec b/dapl.spec
index c3f4921..c1ff873 100644
--- a/dapl.spec
+++ b/dapl.spec
@@ -60,9 +60,9 @@ Ten pakiet zawiera statyczną bibliotekę libdat2.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dapl.git/commitdiff/b3e977d3c3a8ee97cd3453d7e85f3b2f18698308
More information about the pld-cvs-commit
mailing list