[packages/dmalloc] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:15:40 CEST 2025


commit c41090c54720e536cbf75d7314ec8ac4237d8ca0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:15:24 2025 +0200

    Fix applying patches.

 dmalloc.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dmalloc.spec b/dmalloc.spec
index 50689a1..9b849a5 100644
--- a/dmalloc.spec
+++ b/dmalloc.spec
@@ -51,10 +51,10 @@ Biblioteki statyczne dmalloc.
 %setup -q
 install %{SOURCE1} .
 cd docs
-%patch0 -p1
+%patch -P0 -p1
 cd ..
-%patch1 -p1
-%patch2 -p0
+%patch -P1 -p1
+%patch -P2 -p0
 
 %build
 %{__aclocal}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dmalloc.git/commitdiff/c41090c54720e536cbf75d7314ec8ac4237d8ca0



More information about the pld-cvs-commit mailing list