summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-06-13 12:38:04 +0200
committerJonathan Bauer2019-06-13 12:38:04 +0200
commitb1b08cf02fa0ba7c087860b022684d35fc409cd0 (patch)
treeeecc3db7e6724b6f9a14210641cf783d214471ea
parent[bwlp] yeah... use brain more (diff)
parent[mltk] add lsof to core dev tool list (diff)
downloadmltk-b1b08cf02fa0ba7c087860b022684d35fc409cd0.tar.gz
mltk-b1b08cf02fa0ba7c087860b022684d35fc409cd0.tar.xz
mltk-b1b08cf02fa0ba7c087860b022684d35fc409cd0.zip
Merge branch 'master' into installer
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index e6f48da4..62543405 100755
--- a/mltk
+++ b/mltk
@@ -106,7 +106,7 @@ check_devtools() {
# Checking for needed development tools, compilers etc.
# Required: m4 make gcc g++ binutils
# no qmake here, qmake (libqt4-devel) should be installed in a module!
- local DEV_TOOLS="gcc g++ make cmake m4 strip git depmod patch pkg-config automake autoconf aclocal lsb_release strings wget rsync" # 'strip' as marker for binutils
+ local DEV_TOOLS="gcc g++ make cmake m4 strip git depmod patch pkg-config automake autoconf aclocal lsb_release strings wget rsync lsof" # 'strip' as marker for binutils
# DEV_CHECK marks missing dev-tools
local DEV_TOOLS_MISSING=""