[packages/syslinux] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:12:48 CEST 2025
commit 6594a09d5cd65c08f434ad32dc65bf0d3770c164
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:12:32 2025 +0200
Fix applying patches.
syslinux.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/syslinux.spec b/syslinux.spec
index c4d1ced..280ff2b 100644
--- a/syslinux.spec
+++ b/syslinux.spec
@@ -102,15 +102,15 @@ jeśli chcemy tworzyć lub kompilować własnych klientów syslinuksa.
%prep
%setup -q -n %{name}-%{version}-pre1
-%patch0 -p1
-%patch1 -p1
-
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+
+%patch -P10 -p1
+%patch -P11 -p1
+%patch -P12 -p1
+%patch -P13 -p1
+%patch -P14 -p1
+%patch -P15 -p1
%{__sed} -i 's/-march=i386//' sample/Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/syslinux.git/commitdiff/6594a09d5cd65c08f434ad32dc65bf0d3770c164
More information about the pld-cvs-commit
mailing list