[packages/magicpoint] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:13:18 CEST 2025


commit 77c5419d82a8ed7b45fbeb29b59e0ec0d4948dfd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:13:02 2025 +0200

    Fix applying patches.

 magicpoint.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/magicpoint.spec b/magicpoint.spec
index d6d8234..ac33e8b 100644
--- a/magicpoint.spec
+++ b/magicpoint.spec
@@ -41,8 +41,8 @@ prezentację można szybko przygotować z użyciem ulubionego edytora.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1 -b .orig
+%patch -P0 -p1
+%patch -P1 -p1 -b .orig
 
 %build
 cp -f %{_datadir}/automake/config.* .
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/magicpoint.git/commitdiff/77c5419d82a8ed7b45fbeb29b59e0ec0d4948dfd



More information about the pld-cvs-commit mailing list