summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-09-20 15:19:16 +0200
committerJonathan Bauer2013-09-30 13:26:31 +0200
commita1e883c5ef1c9b44109e66df6d1a456ea8429509 (patch)
tree360403451897b2004a8913255d1f9cf9ac572b79
parent[rootfs-stage32] buildscript and conf file updated for openSuse (diff)
downloadtm-scripts-a1e883c5ef1c9b44109e66df6d1a456ea8429509.tar.gz
tm-scripts-a1e883c5ef1c9b44109e66df6d1a456ea8429509.tar.xz
tm-scripts-a1e883c5ef1c9b44109e66df6d1a456ea8429509.zip
[mltk] add comments about needed package to use mltk. TODO make it install automaticly
-rwxr-xr-xmltk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mltk b/mltk
index 5d5ea80f..2ba63fc4 100755
--- a/mltk
+++ b/mltk
@@ -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() {