[packages/aavga] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:28:38 CEST 2025


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

    Fix applying patches.

 aavga.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/aavga.spec b/aavga.spec
index 6360140..98cfbd0 100644
--- a/aavga.spec
+++ b/aavga.spec
@@ -25,8 +25,8 @@ uruchamiać programy korzystające z svgalib w trybie tekstowym.
 
 %prep
 %setup -q -n %{name}-1.0
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__cc} aavga.c -Wl,-soname,libvga.so.1 -o libvga.so.1.99.1 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aavga.git/commitdiff/cbd7d7a1e1336f8211e0bd5745df59b6d7e80875



More information about the pld-cvs-commit mailing list