summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorJonathan Bauer2018-08-10 12:09:23 +0200
committerJonathan Bauer2018-08-10 12:09:23 +0200
commitf61ba73cef29c5bb039d074e0bab73c9e369ad1d (patch)
treef076fef5e8b39c1382039864d71e63f74fb06aab /mltk
parent[pvs2] fix missing dependency (diff)
downloadmltk-f61ba73cef29c5bb039d074e0bab73c9e369ad1d.tar.gz
mltk-f61ba73cef29c5bb039d074e0bab73c9e369ad1d.tar.xz
mltk-f61ba73cef29c5bb039d074e0bab73c9e369ad1d.zip
[mltk] lsb_release
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index 50ed588a..fc663ee1 100755
--- a/mltk
+++ b/mltk
@@ -103,7 +103,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" # '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" # 'strip' as marker for binutils
# DEV_CHECK marks missing dev-tools
local DEV_TOOLS_MISSING=""