[packages/flex] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:33:00 CEST 2025
commit 26715faf85daa97c0b53466d92698283803b5eb8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:32:44 2025 +0200
Fix applying patches.
flex.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/flex.spec b/flex.spec
index 1de68e9..7940978 100644
--- a/flex.spec
+++ b/flex.spec
@@ -136,9 +136,9 @@ Przykłady dla fleksa.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# force regeneration (just in case make didn't want to)
%{__rm} -f src/skel.c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/flex.git/commitdiff/26715faf85daa97c0b53466d92698283803b5eb8
More information about the pld-cvs-commit
mailing list