common: change the buster build

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Change-Id: I0f1739fbb1f74f5caa8d51b092df2a2ea8761792
This commit is contained in:
Caesar Wang
2022-04-08 11:47:51 +08:00
parent e0049e14ef
commit 43d991a747

View File

@ -700,7 +700,7 @@ function build_debian(){
echo "=========Start building debian for $ARCH========="
cd debian
if [ ! -e linaro-$RK_DEBIAN_VERSON-$ARCH.tar.gz ]; then
if [ ! -e linaro-$RK_DEBIAN_VERSION-alip-*.tar.gz ]; then
RELEASE=$RK_DEBIAN_VERSION TARGET=desktop ARCH=$ARCH ./mk-base-debian.sh
ln -rsf linaro-$RK_DEBIAN_VERSION-alip-*.tar.gz linaro-$RK_DEBIAN_VERSION-$ARCH.tar.gz
fi