diff --git a/common/build.sh b/common/build.sh index 3139e57..8a3212f 100755 --- a/common/build.sh +++ b/common/build.sh @@ -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