[packages/resmgr] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:42:24 CEST 2025
commit 2aa0b2ac07dffe76ced22f6795d0104145dfb8f2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:42:09 2025 +0200
Fix applying patches.
resmgr.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/resmgr.spec b/resmgr.spec
index 9169d0f..0d9a9da 100644
--- a/resmgr.spec
+++ b/resmgr.spec
@@ -38,9 +38,9 @@ Pliki nagłówkowe biblioteki resmgr.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/resmgr.git/commitdiff/2aa0b2ac07dffe76ced22f6795d0104145dfb8f2
More information about the pld-cvs-commit
mailing list