summaryrefslogtreecommitdiffstats
path: root/server/build_core
diff options
context:
space:
mode:
authorJonathan Bauer2012-12-17 15:17:24 +0100
committerJonathan Bauer2012-12-17 15:17:24 +0100
commitdfc9291821434baa6ea4ffaf16b3ff7ae0a1f514 (patch)
tree600c337b8929a8b407233eac2c9521f4bf9e7728 /server/build_core
parentComments ... (diff)
downloadtm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.tar.gz
tm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.tar.xz
tm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.zip
conventions...
Diffstat (limited to 'server/build_core')
-rwxr-xr-xserver/build_core1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/build_core b/server/build_core
index 65a4a89c..16afa396 100755
--- a/server/build_core
+++ b/server/build_core
@@ -44,6 +44,7 @@ then
fi
# shouldn't squashfs-tools be automatically installed as we need them nevertheless!?
+# what if it is already on the machine? faster to check with which than the apt-get check?
if [ -z $(which mksquashfs) ];
then
echo "mksquashfs not found, please install squashfs-tools first."