Change dependency from openconnect
to openconnect-git
This commit is contained in:
parent
554d03e1b0
commit
697eca185b
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ else
|
||||||
cp "$scriptRoot/$patchedConfig" .;
|
cp "$scriptRoot/$patchedConfig" .;
|
||||||
|
|
||||||
sed -i \
|
sed -i \
|
||||||
|
-e "/^depends=(/{ s/ openconnect / openconnect-git / }" \
|
||||||
-e "s/^\(source=(.*\)\()\)/\1 \"local:\/\/$patchFile\" \"local:\/\/$patchedConfig\"\2/" \
|
-e "s/^\(source=(.*\)\()\)/\1 \"local:\/\/$patchFile\" \"local:\/\/$patchedConfig\"\2/" \
|
||||||
-e "s/^\(sha256sums=(.*\)\()\)/\1 'SKIP' 'SKIP'\2/" \
|
-e "s/^\(sha256sums=(.*\)\()\)/\1 'SKIP' 'SKIP'\2/" \
|
||||||
-e "/^build() {/{" \
|
-e "/^build() {/{" \
|
||||||
|
|
Loading…
Reference in a new issue