[packages/am-utils] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:33:24 CEST 2025
commit b7203d4b1f81e2bc2eebc6216cc239a5d0c0fc1b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:33:08 2025 +0200
Fix applying patches.
am-utils.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/am-utils.spec b/am-utils.spec
index bbf65bd..a93bf36 100644
--- a/am-utils.spec
+++ b/am-utils.spec
@@ -70,9 +70,9 @@ para obter uma lista dos diretórios exportados por aquela máquina
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
%ifnarch i386
-%patch1 -p1
+%patch -P1 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/am-utils.git/commitdiff/b7203d4b1f81e2bc2eebc6216cc239a5d0c0fc1b
More information about the pld-cvs-commit
mailing list