[packages/BillardGL] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:48:12 CEST 2025


commit e491c1c3c95c2c09468e8564c643b9a1c74fb65a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:47:57 2025 +0200

    Fix applying patches.

 BillardGL.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/BillardGL.spec b/BillardGL.spec
index 0138ac4..794722a 100644
--- a/BillardGL.spec
+++ b/BillardGL.spec
@@ -28,9 +28,9 @@ Trójwymiarowa symulacja bilarda używająca OpenGL.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 sed -i -e "s:-L/usr/X11R6/lib::" src/Makefile
 sed -i -e "s:/usr/share/:%{_datadir}/:" src/Namen.h
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/BillardGL.git/commitdiff/e491c1c3c95c2c09468e8564c643b9a1c74fb65a



More information about the pld-cvs-commit mailing list