Add message to Package script

This commit is contained in:
nsubiron 2018-03-16 11:47:42 +01:00
parent e18a103823
commit d7e8ad3896
1 changed files with 9 additions and 1 deletions

View File

@ -174,7 +174,15 @@ fi
# -- ...and we are done --------------------------------------------------------
# ==============================================================================
echo ""
if $DO_TARBALL ; then
FINAL_PACKAGE=Dist/CARLA_${REPOSITORY_TAG}.tar.gz
else
FINAL_PACKAGE=Dist/${REPOSITORY_TAG}
fi
echo
echo "Packaged version created at ${FINAL_PACKAGE}"
echo
echo "****************"
echo "*** Success! ***"
echo "****************"