[packages/dssi] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:20:36 CEST 2025
commit 0120e093be661d821b4de1f550becc2a60a243be
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:20:20 2025 +0200
Fix applying patches.
dssi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dssi.spec b/dssi.spec
index 98484b4..e2b9739 100644
--- a/dssi.spec
+++ b/dssi.spec
@@ -104,10 +104,10 @@ Przykładowe wtyczki DSSI
%prep
%setup -q
%if "%{_lib}" == "lib64"
-%patch0 -p1
+%patch -P0 -p1
%endif
%if "%{_lib}" == "libx32"
-%patch1 -p1
+%patch -P1 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dssi.git/commitdiff/0120e093be661d821b4de1f550becc2a60a243be
More information about the pld-cvs-commit
mailing list