[packages/setedit] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:56:35 CEST 2025
commit e00c7bf0eca592a44342302941c780c1bc040a58
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:56:19 2025 +0200
Fix applying patches.
setedit.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/setedit.spec b/setedit.spec
index 8a1d948..7d31fd9 100644
--- a/setedit.spec
+++ b/setedit.spec
@@ -62,9 +62,9 @@ Pliki biblioteczne setedit.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
rm -f Makefile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/setedit.git/commitdiff/e00c7bf0eca592a44342302941c780c1bc040a58
More information about the pld-cvs-commit
mailing list