[packages/pmake] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:17:36 CEST 2025
commit 44b3577a6e4d73d187f8de3387b188d770446be9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:17:20 2025 +0200
Fix applying patches.
pmake.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pmake.spec b/pmake.spec
index 46fa18c..4e066cb 100644
--- a/pmake.spec
+++ b/pmake.spec
@@ -112,8 +112,8 @@ Klienci mają z zadanie:
%prep
%setup -q -n pmake
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
for I in %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5}; do
cp -f $I ./lib/mk/`echo $I | sed 's at .*sys- at sys-@'`
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pmake.git/commitdiff/44b3577a6e4d73d187f8de3387b188d770446be9
More information about the pld-cvs-commit
mailing list