Merge pull request #4114 from Kwiboo/clean-build-msg

scripts/clean: print build message with color
This commit is contained in:
MilhouseVH 2020-01-12 23:33:53 +00:00 committed by GitHub
commit e0fe76288e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ clean_package() {
# force clean if no stamp found (previous unpack failed)
. "${i}/.libreelec-package"
if [ "${INFO_PKG_NAME}" = "${1}" ]; then
build_msg "" "" "* Removing ${i} ..."
build_msg "CLR_WARNING" "*" "$(print_color "CLR_WARNING_DIM" "Removing ${i} ...")"
rm -rf "${i}"
fi
fi