[packages/lpe] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:09:54 CEST 2025
commit db564a77646ee85dd371ab7ae45647aa5909a9bb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:09:38 2025 +0200
Fix applying patches.
lpe.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lpe.spec b/lpe.spec
index 3ec1287..2da0723 100644
--- a/lpe.spec
+++ b/lpe.spec
@@ -26,8 +26,8 @@ LPE jest małym, pełno ekranowym edytorem przeznaczonym do edycji kodu.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lpe.git/commitdiff/db564a77646ee85dd371ab7ae45647aa5909a9bb
More information about the pld-cvs-commit
mailing list