[packages/knetworkconf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:36:17 CEST 2025
commit 897abae05f8346ba0e73c5c248fba4afc36701be
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:36:01 2025 +0200
Fix applying patches.
knetworkconf.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/knetworkconf.spec b/knetworkconf.spec
index 706decc..211e9e5 100644
--- a/knetworkconf.spec
+++ b/knetworkconf.spec
@@ -40,8 +40,8 @@ Obsługuje także PLD.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
sed -i 's/doc //' Makefile.am
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/knetworkconf.git/commitdiff/897abae05f8346ba0e73c5c248fba4afc36701be
More information about the pld-cvs-commit
mailing list