[packages/bogl] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:50:12 CEST 2025
commit 24ee62b5efe6a532343f70ed747b7a6c1c5ec757
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:49:56 2025 +0200
Fix applying patches.
bogl.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/bogl.spec b/bogl.spec
index 583139f..6b0647f 100644
--- a/bogl.spec
+++ b/bogl.spec
@@ -83,14 +83,14 @@ konsoli.
%prep
%setup -q -n %{name} -a 1
-%patch0 -p1
-%patch1 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
mkdir -p fonts
cd fonts
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bogl.git/commitdiff/24ee62b5efe6a532343f70ed747b7a6c1c5ec757
More information about the pld-cvs-commit
mailing list