[packages/ext2ed] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:28:53 CEST 2025
commit 00897d4ebac798e200de4c96ee90b4dcb666b8a1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:28:38 2025 +0200
Fix applying patches.
ext2ed.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ext2ed.spec b/ext2ed.spec
index f884605..96eddea 100644
--- a/ext2ed.spec
+++ b/ext2ed.spec
@@ -60,11 +60,11 @@ uyarmıştık!
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p0
%build
rm -f ext2ed
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ext2ed.git/commitdiff/00897d4ebac798e200de4c96ee90b4dcb666b8a1
More information about the pld-cvs-commit
mailing list