[packages/prcs] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:21:42 CEST 2025
commit c37db5537e723a0c3a40dbadc9a08df949434f88
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:21:26 2025 +0200
Fix applying patches.
prcs.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/prcs.spec b/prcs.spec
index 3a0236e..099847f 100644
--- a/prcs.spec
+++ b/prcs.spec
@@ -43,9 +43,9 @@ Tryb PRCS dla EMACS-a.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
rm -f emacs/*.elc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/prcs.git/commitdiff/c37db5537e723a0c3a40dbadc9a08df949434f88
More information about the pld-cvs-commit
mailing list