[packages/ogle_gui] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:41:30 CEST 2025
commit e1b69c8d0349c4b1511b57e1ddd70e1a76d86882
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:41:15 2025 +0200
Fix applying patches.
ogle_gui.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ogle_gui.spec b/ogle_gui.spec
index 7d94f3d..8a9418f 100644
--- a/ogle_gui.spec
+++ b/ogle_gui.spec
@@ -35,9 +35,9 @@ Linuksa obsługujący DVD menu!
%prep
%setup -q
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
cat >> acinclude.m4 <<EOF
AC_DEFUN([AM_PATH_GTK],[$3])
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ogle_gui.git/commitdiff/e1b69c8d0349c4b1511b57e1ddd70e1a76d86882
More information about the pld-cvs-commit
mailing list