[packages/d] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:09:17 CEST 2025
commit a540c8c0fe2fb8d8bd34849af6e1d7b40eeaa085
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:09:01 2025 +0200
Fix applying patches.
d.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/d.spec b/d.spec
index 8802e32..26225dd 100644
--- a/d.spec
+++ b/d.spec
@@ -43,9 +43,9 @@ podobnie jak w ls, ale w bardziej wygodnym pliku konfiguracyjnym.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cp -f /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/d.git/commitdiff/a540c8c0fe2fb8d8bd34849af6e1d7b40eeaa085
More information about the pld-cvs-commit
mailing list