mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/clean: print build message with color
This commit is contained in:
parent
3953383f7c
commit
d698731d42
@ -28,7 +28,7 @@ clean_package() {
|
|||||||
# force clean if no stamp found (previous unpack failed)
|
# force clean if no stamp found (previous unpack failed)
|
||||||
. "${i}/.libreelec-package"
|
. "${i}/.libreelec-package"
|
||||||
if [ "${INFO_PKG_NAME}" = "${1}" ]; then
|
if [ "${INFO_PKG_NAME}" = "${1}" ]; then
|
||||||
build_msg "" "" "* Removing ${i} ..."
|
build_msg "CLR_WARNING" "*" "$(print_color "CLR_WARNING_DIM" "Removing ${i} ...")"
|
||||||
rm -rf "${i}"
|
rm -rf "${i}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user