diff options
| author | Jonathan Bauer | 2013-06-12 15:58:11 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-12 15:58:11 +0200 |
| commit | ae3139c4fd1ce0bc6dd097d988498d1bfc3bfa78 (patch) | |
| tree | 026d8340219b0edee6c474fa6ab5ac38e096f865 | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-ae3139c4fd1ce0bc6dd097d988498d1bfc3bfa78.tar.gz tm-scripts-ae3139c4fd1ce0bc6dd097d988498d1bfc3bfa78.tar.xz tm-scripts-ae3139c4fd1ce0bc6dd097d988498d1bfc3bfa78.zip | |
[mltk] remove locate from essential tools list, since its not needed anymore
| -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 locate depmod" # 'strip' as marker for binutils +DEVTOOLS="gcc c++ g++ make m4 strip git depmod" # '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 |
