diff --git a/scripts/clean b/scripts/clean index c24cf3a30b..12d2335062 100755 --- a/scripts/clean +++ b/scripts/clean @@ -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