[packages/arpwatch] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:40:59 CEST 2025
commit 5144977590039e9528922ffcac704347548a1357
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:40:44 2025 +0200
Fix applying patches.
arpwatch.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/arpwatch.spec b/arpwatch.spec
index f2400c5..ea84a20 100644
--- a/arpwatch.spec
+++ b/arpwatch.spec
@@ -50,7 +50,7 @@ Dodatkowo tworzona jest baza par adresów ethernet/IP.
for p in $(cat debian/patches/series); do
patch -p1 < "debian/patches/$p" || exit 1
done
-%patch0 -p1
+%patch -P0 -p1
%build
cp -f /usr/share/automake/config.sub .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/arpwatch.git/commitdiff/5144977590039e9528922ffcac704347548a1357
More information about the pld-cvs-commit
mailing list