From d359ead4dcde5a50414a09fd67c7abbc0cce5f7e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 26 Dec 2019 18:10:37 +0100 Subject: dns-hatchet: adjust path for new repo layout Reported-by: Joe Doss Signed-off-by: Jason A. Donenfeld --- contrib/dns-hatchet/apply.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/dns-hatchet/apply.sh b/contrib/dns-hatchet/apply.sh index 2bf002d..44e5980 100755 --- a/contrib/dns-hatchet/apply.sh +++ b/contrib/dns-hatchet/apply.sh @@ -4,6 +4,6 @@ # Copyright (C) 2015-2019 Jason A. Donenfeld . All Rights Reserved. ME="$(readlink -f "$(dirname "$(readlink -f "$0")")")" -TOOLS="$ME/../../../src/tools" +TOOLS="$ME/../../src" sed -i "/~~ function override insertion point ~~/r $ME/hatchet.bash" "$TOOLS/wg-quick/linux.bash" -- cgit v1.2.3-59-g8ed1b