[packages/vhcs2] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:29:49 CEST 2025
commit 287d52ee70aab9e36c5539a7f4ff3bc52b493c93
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:29:33 2025 +0200
Fix applying patches.
vhcs2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/vhcs2.spec b/vhcs2.spec
index 3314c8f..f660e51 100644
--- a/vhcs2.spec
+++ b/vhcs2.spec
@@ -65,9 +65,9 @@ dla administratorów, pośredników i użytkowników.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
tar -jxvf %{SOURCE10}
mv vhcs_patch_2006-02-05/gui/include/login.php gui/include/login.php
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vhcs2.git/commitdiff/287d52ee70aab9e36c5539a7f4ff3bc52b493c93
More information about the pld-cvs-commit
mailing list