[packages/aethera] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:30:35 CEST 2025
commit d4b52d8f1ac657b0fb42de475a220d5ad4ff63e8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:30:19 2025 +0200
Fix applying patches.
aethera.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/aethera.spec b/aethera.spec
index c18e41c..de81034 100644
--- a/aethera.spec
+++ b/aethera.spec
@@ -44,13 +44,13 @@ Pliki nagłówkowe bibliotek Aethery.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%ifarch %{x8664}
-%patch3 -p1
+%patch -P3 -p1
%endif
-%patch4 -p1
+%patch -P4 -p1
mkdir -p include/aethera
ln -sf ../../aethera/libs/clientskel/clientrmi.h include/aethera
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/aethera.git/commitdiff/d4b52d8f1ac657b0fb42de475a220d5ad4ff63e8
More information about the pld-cvs-commit
mailing list