[packages/duff] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:20:48 CEST 2025
commit 7627525d08566b80edf82532434fac985fde9d2e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:20:32 2025 +0200
Fix applying patches.
duff.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/duff.spec b/duff.spec
index 79d6045..7b6b419 100644
--- a/duff.spec
+++ b/duff.spec
@@ -21,8 +21,8 @@ a given set of files.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
install -d build-aux
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/duff.git/commitdiff/7627525d08566b80edf82532434fac985fde9d2e
More information about the pld-cvs-commit
mailing list