Browse Source

print the version name/number at the end of build

Karsten Böddeker 8 years ago
parent
commit
18716a3b93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -282,6 +282,6 @@ cp -p "${build_info_path}" "${VERSIONS_INFO_DIR}/${VERSION}"
 [ "$?" -eq "0" ] || abort "Failed to save gluon-opkg-key, try to execute 'cp ${GLUON_BUILD_DIR}/gluon-opkg-key* ${KEY_DIR}/' manually"
 
 # The end. Finally.
-success "We're done, go and enjoy your new firmware in ${OUTPUT_DIR}/${BRANCH}!"
+success "We're done, go and enjoy your new firmware (${VERSION}) in ${OUTPUT_DIR}/${BRANCH}!"
 popd > /dev/null #${MY_DIR}