summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/external/source
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/external/source')
-rwxr-xr-xresources/scripts/helpers/build/external/source4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/external/source b/resources/scripts/helpers/build/external/source
index 74cfdb3..520a004 100755
--- a/resources/scripts/helpers/build/external/source
+++ b/resources/scripts/helpers/build/external/source
@@ -23,6 +23,8 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
+printf "Creating source archive for flashrom and bucts\n"
+
# delete the old data
rm -rf tobuild
rm -f tobuild.tar.xz
@@ -67,3 +69,5 @@ tar -c tobuild | xz -9e >tobuild.tar.xz
# and delete the directory
rm -rf tobuild/
+
+printf "\n\n"