diff options
| author | Jonathan Bauer | 2013-07-29 17:56:05 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-29 17:56:05 +0200 |
| commit | e3f015f5ba9e2bc1ba59d08aed2f2066853a474f (patch) | |
| tree | 774a924a90b4490e71f925a58bb9ec5c8bc7e0ba /mltk | |
| parent | add TODOs for old modules not update to new config scheme (diff) | |
| download | tm-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-x | mltk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
