From ae3139c4fd1ce0bc6dd097d988498d1bfc3bfa78 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 12 Jun 2013 15:58:11 +0200 Subject: [mltk] remove locate from essential tools list, since its not needed anymore --- mltk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mltk b/mltk index e07ddc20..a42f46f0 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 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 -- cgit v1.2.3-55-g7522