From 697eca185b08be15f7a2cc8407ff376222a650e0 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 3 Apr 2023 19:31:07 +0200 Subject: [PATCH] Change dependency from `openconnect` to `openconnect-git` --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 3cd20bd..2935d7b 100755 --- a/install.sh +++ b/install.sh @@ -26,6 +26,7 @@ else cp "$scriptRoot/$patchedConfig" .; sed -i \ + -e "/^depends=(/{ s/ openconnect / openconnect-git / }" \ -e "s/^\(source=(.*\)\()\)/\1 \"local:\/\/$patchFile\" \"local:\/\/$patchedConfig\"\2/" \ -e "s/^\(sha256sums=(.*\)\()\)/\1 'SKIP' 'SKIP'\2/" \ -e "/^build() {/{" \