[packages/pccts] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:52:47 CEST 2025
commit 2f03f83342c10eac9c021a401e5ed834a6b81809
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:52:31 2025 +0200
Fix applying patches.
pccts.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pccts.spec b/pccts.spec
index 2fd455f..38e4432 100644
--- a/pccts.spec
+++ b/pccts.spec
@@ -54,8 +54,8 @@ um conjunto maior de problemas de tradução.
%prep
%setup -q -n %{name} -a2
-%patch0
-%patch1 -p1
+%patch -P0
+%patch -P1 -p1
sed -i -e 's#/usr/local/pccts#%{_libdir}/%{name}#g' support/genmk/genmk.c
rm bin/empty.txt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pccts.git/commitdiff/2f03f83342c10eac9c021a401e5ed834a6b81809
More information about the pld-cvs-commit
mailing list