| Index: build/linux/sysroot_scripts/sysroot-creator.sh
|
| diff --git a/build/linux/sysroot_scripts/sysroot-creator.sh b/build/linux/sysroot_scripts/sysroot-creator.sh
|
| index a3b9b826959fc2dd59b456116c9ea0f4edfd4822..ffc483ec754d0dbd9d703d7706e161015e8afb4c 100644
|
| --- a/build/linux/sysroot_scripts/sysroot-creator.sh
|
| +++ b/build/linux/sysroot_scripts/sysroot-creator.sh
|
| @@ -561,6 +561,7 @@ UploadSysrootAll() {
|
| #
|
| CheckForDebianGPGKeyring() {
|
| if [ ! -e "$KEYRING_FILE" ]; then
|
| + echo "KEYRING_FILE not found: ${KEYRING_FILE}"
|
| echo "Debian GPG keys missing. Install the debian-archive-keyring package."
|
| exit 1
|
| fi
|
|
|