[packages/teem] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:15:43 CEST 2025
commit 0770bae447a108c8533e318e4c8da0710571d7db
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:15:27 2025 +0200
Fix applying patches.
teem.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/teem.spec b/teem.spec
index 8a7aee9..49ab457 100644
--- a/teem.spec
+++ b/teem.spec
@@ -44,8 +44,8 @@ Pliki nagłówkowe biblioteki Teem.
%prep
%setup -q -n %{name}-%{version}-src
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%cmake . \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/teem.git/commitdiff/0770bae447a108c8533e318e4c8da0710571d7db
More information about the pld-cvs-commit
mailing list