[packages/bless] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:49:26 CEST 2025


commit d8ff4f10328f3a861f39bb707be8b611c7d05f15
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:49:10 2025 +0200

    Fix applying patches.

 bless.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bless.spec b/bless.spec
index ad13256..fd28ab4 100644
--- a/bless.spec
+++ b/bless.spec
@@ -32,9 +32,9 @@ Bless stara się być szybkim i konfigurowalnym edytorem szesnastkowym
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 %{__libtoolize}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bless.git/commitdiff/d8ff4f10328f3a861f39bb707be8b611c7d05f15



More information about the pld-cvs-commit mailing list