[packages/phorkie] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:08:02 CEST 2025
commit b541d058d8a8d09bce2999cd832760481b85de07
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:07:46 2025 +0200
Fix applying patches.
phorkie.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/phorkie.spec b/phorkie.spec
index 91e0668..26af801 100644
--- a/phorkie.spec
+++ b/phorkie.spec
@@ -45,8 +45,8 @@ have multiple files and are stored in git repositories.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
mv data/config.php.dist config.php
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/phorkie.git/commitdiff/b541d058d8a8d09bce2999cd832760481b85de07
More information about the pld-cvs-commit
mailing list