diff options
| author | Jonathan Bauer | 2012-12-17 15:17:24 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-12-17 15:17:24 +0100 |
| commit | dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514 (patch) | |
| tree | 600c337b8929a8b407233eac2c9521f4bf9e7728 /server/build_core | |
| parent | Comments ... (diff) | |
| download | tm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.tar.gz tm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.tar.xz tm-scripts-dfc9291821434baa6ea4ffaf16b3ff7ae0a1f514.zip | |
conventions...
Diffstat (limited to 'server/build_core')
| -rwxr-xr-x | server/build_core | 1 |
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." |
