[packages/openvr] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:47:21 CEST 2025
commit 9122dcc4b7d272a9003cc2cc26e82f6042074968
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:47:05 2025 +0200
Fix applying patches.
openvr.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openvr.spec b/openvr.spec
index c9b4772..964e47d 100644
--- a/openvr.spec
+++ b/openvr.spec
@@ -61,8 +61,8 @@ Statyczna biblioteka OpenVR SDK.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# prebuilt binaries
%{__rm} -r bin lib
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openvr.git/commitdiff/9122dcc4b7d272a9003cc2cc26e82f6042074968
More information about the pld-cvs-commit
mailing list