[packages/emacs] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:24:51 CEST 2025
commit 380e2c157a541e513f501317a819fb02cee863de
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:24:36 2025 +0200
Fix applying patches.
emacs.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/emacs.spec b/emacs.spec
index 513a964..58ec927 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -370,8 +370,8 @@ exit 1
%endif
%setup -q -n %{name}-%{ver}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
cp -f /usr/share/automake/config.* .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/emacs.git/commitdiff/380e2c157a541e513f501317a819fb02cee863de
More information about the pld-cvs-commit
mailing list