diff options
| author | Jonathan Bauer | 2013-09-20 15:19:16 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-09-20 15:19:16 +0200 |
| commit | fe5b7bc0a0c10b66f28162dfea870056de1d3411 (patch) | |
| tree | 15bc8fb0fe10e65b921c1c475686d1d7d8837f2b | |
| parent | [debug] Fix service type of udevd-logger (diff) | |
| download | tm-scripts-fe5b7bc0a0c10b66f28162dfea870056de1d3411.tar.gz tm-scripts-fe5b7bc0a0c10b66f28162dfea870056de1d3411.tar.xz tm-scripts-fe5b7bc0a0c10b66f28162dfea870056de1d3411.zip | |
[mltk] add comments about needed package to use mltk. TODO make it install automaticly
| -rwxr-xr-x | mltk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ check_devtools() { for i in $DEVTOOLS; do which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; } done + + # TODO make the script install the dev-stuff automaticly. + # Ubuntu: 'build-essential', 'm4', 'squashfs-tools' + # OpenSUSE: ??? } initial_checks() { |
