[packages/xfm] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:16:13 CEST 2025
commit ce255e634e7a2cad0a99235e8e141bfaa4faef65
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:02 2025 +0200
Fix applying patches.
xfm.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xfm.spec b/xfm.spec
index 9edc67f..7ae54fe 100644
--- a/xfm.spec
+++ b/xfm.spec
@@ -80,9 +80,9 @@ xfm 是用于 X Window 系统的文件管理器。Xfm 支持目录树间移动
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
xmkmf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfm.git/commitdiff/ce255e634e7a2cad0a99235e8e141bfaa4faef65
More information about the pld-cvs-commit
mailing list