diff options
author | Jonathan Bauer | 2018-08-10 12:09:23 +0200 |
---|---|---|
committer | Jonathan Bauer | 2018-08-10 12:09:23 +0200 |
commit | f61ba73cef29c5bb039d074e0bab73c9e369ad1d (patch) | |
tree | f076fef5e8b39c1382039864d71e63f74fb06aab /mltk | |
parent | [pvs2] fix missing dependency (diff) | |
download | mltk-f61ba73cef29c5bb039d074e0bab73c9e369ad1d.tar.gz mltk-f61ba73cef29c5bb039d074e0bab73c9e369ad1d.tar.xz mltk-f61ba73cef29c5bb039d074e0bab73c9e369ad1d.zip |
[mltk] lsb_release
Diffstat (limited to 'mltk')
-rwxr-xr-x | mltk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="" |