summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-29 17:56:05 +0200
committerJonathan Bauer2013-07-29 17:56:05 +0200
commite3f015f5ba9e2bc1ba59d08aed2f2066853a474f (patch)
tree774a924a90b4490e71f925a58bb9ec5c8bc7e0ba /mltk
parentadd TODOs for old modules not update to new config scheme (diff)
downloadtm-scripts-e3f015f5ba9e2bc1ba59d08aed2f2066853a474f.tar.gz
tm-scripts-e3f015f5ba9e2bc1ba59d08aed2f2066853a474f.tar.xz
tm-scripts-e3f015f5ba9e2bc1ba59d08aed2f2066853a474f.zip
add 'patch' to essential tool list
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index bfc5ab6c..0e76b023 100755
--- a/mltk
+++ b/mltk
@@ -22,7 +22,7 @@ MLTK_PID="$$"
# Checking for needed development tools, compilers etc.
# Required: m4 make gcc g++ binutils
-DEVTOOLS="gcc c++ g++ make m4 strip git depmod" # 'strip' as marker for binutils
+DEVTOOLS="gcc c++ g++ make m4 strip git depmod patch" # 'strip' as marker for binutils
for i in $DEVTOOLS; do
which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; }
done