[packages/ohphone] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:41:39 CEST 2025
commit e6e36072024944efb43ad9c6f5369019f246fed8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:41:23 2025 +0200
Fix applying patches.
ohphone.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ohphone.spec b/ohphone.spec
index 87d19f5..0ae1d81 100644
--- a/ohphone.spec
+++ b/ohphone.spec
@@ -35,9 +35,9 @@ pełnej funkcjonalności.
%prep
%setup -qn %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} %{?debug:debugshared}%{!?debug:optshared} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ohphone.git/commitdiff/e6e36072024944efb43ad9c6f5369019f246fed8
More information about the pld-cvs-commit
mailing list