[packages/jsl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:25:19 CEST 2025
commit 754e7280cde62a4d4e8b311cea2067fba6b7b3b9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:25:04 2025 +0200
Fix applying patches.
jsl.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jsl.spec b/jsl.spec
index c31e252..255fd7c 100644
--- a/jsl.spec
+++ b/jsl.spec
@@ -35,8 +35,8 @@ questionable practices.
%prep
%setup -q
find -type f | xargs %undos
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
# Dependencies dealt with poorly: -j1
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jsl.git/commitdiff/754e7280cde62a4d4e8b311cea2067fba6b7b3b9
More information about the pld-cvs-commit
mailing list