From f782177bec8cf49e48f4f93dd26c31034ff2129a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 2 Dec 2021 12:46:44 +0100 Subject: [PATCH] scripts/build.sh: Adding some information output. --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 46a6798..cc5a609 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -34,4 +34,6 @@ if [ ! -x $PKG_SCRIPT ]; then exit 1 fi +echo -e "[\e[34m::\e[0m] Building package for: ${PKG_TYPE}" + $PKG_SCRIPT