[packages/autotrace] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:43:44 CEST 2025
commit 06ab1c0572437c5cd850c81c0f6a27ac8fcb002f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:43:28 2025 +0200
Fix applying patches.
autotrace.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autotrace.spec b/autotrace.spec
index cfe701b..2e215d7 100644
--- a/autotrace.spec
+++ b/autotrace.spec
@@ -67,8 +67,8 @@ Biblioteka statyczna AutoTrace.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's,po/Makefile.in ,,' configure.ac
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/autotrace.git/commitdiff/06ab1c0572437c5cd850c81c0f6a27ac8fcb002f
More information about the pld-cvs-commit
mailing list