[packages/env-update] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:26:13 CEST 2025
commit 328c32d558c19c2ce849976f71615279702239e0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:25:57 2025 +0200
Fix applying patches.
env-update.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/env-update.spec b/env-update.spec
index 3ee71c9..ab4100f 100644
--- a/env-update.spec
+++ b/env-update.spec
@@ -37,8 +37,8 @@ przy dużym obciążeniu systemu.
%prep
%setup -q -n rc-scripts-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} -C src/filefuncs \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/env-update.git/commitdiff/328c32d558c19c2ce849976f71615279702239e0
More information about the pld-cvs-commit
mailing list