[packages/ede] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:23:18 CEST 2025
commit 08ae7471ab7d66cc3bfd255fe677a9535fcf8d4b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:23:02 2025 +0200
Fix applying patches.
ede.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ede.spec b/ede.spec
index 87cdcd0..162dcdb 100644
--- a/ede.spec
+++ b/ede.spec
@@ -24,8 +24,8 @@ http://www.fltk.org.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
./autogen.sh
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ede.git/commitdiff/08ae7471ab7d66cc3bfd255fe677a9535fcf8d4b
More information about the pld-cvs-commit
mailing list