summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorJonathan Bauer2019-06-13 12:37:47 +0200
committerJonathan Bauer2019-06-13 12:37:47 +0200
commited65798520baa9fb1c2dc303aa78504679935d0a (patch)
tree91277d4f22720e58b3127aab6ef1030e718f71ac /mltk
parent[systemd] add missing deps (diff)
downloadmltk-ed65798520baa9fb1c2dc303aa78504679935d0a.tar.gz
mltk-ed65798520baa9fb1c2dc303aa78504679935d0a.tar.xz
mltk-ed65798520baa9fb1c2dc303aa78504679935d0a.zip
[mltk] add lsof to core dev tool list
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index 7aea6759..995f82a4 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=""