mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
fix linux package name in check_update.sh
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
5bc2523af5
commit
9030cf54b0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
|||
SCRIPTDIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
|
||||
|
||||
# dummy toolchain variables
|
||||
PREFERED_PROVIDER[linux]="linux"
|
||||
PREFERED_PROVIDER[linux]="linux-lts"
|
||||
export LAYERCONF=""
|
||||
|
||||
# utilities
|
||||
|
|
Loading…
Reference in a new issue