summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2013-02-18 15:04:29 +0100
committerJonathan Bauer2013-02-18 15:04:29 +0100
commitcd10f414dc63a73e5c563ec6612b56d68f31bbd0 (patch)
tree75daeeb1f645f4567199419c57b5ed519a732042 /remote
parentfix (diff)
downloadtm-scripts-cd10f414dc63a73e5c563ec6612b56d68f31bbd0.tar.gz
tm-scripts-cd10f414dc63a73e5c563ec6612b56d68f31bbd0.tar.xz
tm-scripts-cd10f414dc63a73e5c563ec6612b56d68f31bbd0.zip
fix
Diffstat (limited to 'remote')
-rw-r--r--remote/.gitignore1
-rw-r--r--remote/tools/base/base.build3
2 files changed, 3 insertions, 1 deletions
diff --git a/remote/.gitignore b/remote/.gitignore
index e8cfcbf9..eadce58a 100644
--- a/remote/.gitignore
+++ b/remote/.gitignore
@@ -1 +1,2 @@
complete_file_list
+stage32.log
diff --git a/remote/tools/base/base.build b/remote/tools/base/base.build
index 95b9de65..14fddcea 100644
--- a/remote/tools/base/base.build
+++ b/remote/tools/base/base.build
@@ -25,7 +25,8 @@ build() {
&& echo "[$TOOL] ${BIN_LOCATION} is a symbolic link, copying $(readlink -f ${BIN_LOCATION})" \
&& echo $(readlink -f ${BIN_LOCATION}) >> ${FILELIST}
else
- echo "[$TOOL] ${BIN} not found on the system!"
+ echo "[$TOOL] ${BIN} not found on the system! Please install it."
+ exit 1
fi
done