[packages/jed] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:23:45 CEST 2025


commit 80dd411e755fc0659d945153a3b790a95d54afe3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:23:30 2025 +0200

    Fix applying patches.

 jed.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/jed.spec b/jed.spec
index 2d2f762..c8f0a7e 100644
--- a/jed.spec
+++ b/jed.spec
@@ -204,11 +204,11 @@ sürümü.
 
 %prep
 %setup -q -n %{name}-%{tar_ver}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 #%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 %build
 cp -f /usr/share/automake/config.* autoconf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jed.git/commitdiff/80dd411e755fc0659d945153a3b790a95d54afe3



More information about the pld-cvs-commit mailing list