summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-16 12:16:15 +0200
committerSimon Rettberg2021-07-16 12:16:15 +0200
commit7b584f252a4a3d6d22a9b6c7214bccc26dd84021 (patch)
treee4799f7ee3aea81272a0e9e9900a219116b2133b /mltk
parent[qemu/openjdk-8-jre-headless] Use current Java (diff)
downloadmltk-7b584f252a4a3d6d22a9b6c7214bccc26dd84021.tar.gz
mltk-7b584f252a4a3d6d22a9b6c7214bccc26dd84021.tar.xz
mltk-7b584f252a4a3d6d22a9b6c7214bccc26dd84021.zip
mltk: Update required tools install help
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mltk b/mltk
index 0a8f2876..a19f94a8 100755
--- a/mltk
+++ b/mltk
@@ -126,16 +126,16 @@ check_devtools() {
pinfo "For $SYS_DISTRIBUTION you probably need to run:"
case $SYS_DISTRIBUTION in
ubuntu | debian)
- pinfo "apt install build-essential m4 pkg-config cmake automake autoconf binutils lsb-release wget rsync diffutils"
+ pinfo "apt install build-essential m4 pkg-config cmake automake autoconf binutils lsb-release wget rsync diffutils lsof"
pinfo "to install missing development tools."
;;
# FIXME: Don't know how precise this filter works so we might want to have a better matching ...
opensuse)
- pinfo "zypper install gcc gcc-c++ make m4 binutils git module-init-tools patch pkg-config cmake lsb-release wget rsync diffutils"
+ pinfo "zypper install gcc gcc-c++ make m4 binutils git module-init-tools patch pkg-config cmake lsb-release wget rsync diffutils lsof"
pinfo "to install missing development tools."
;;
fedora | scientific | centos)
- pinfo "yum install redhat-lsb gcc-c++ gcc make m4 binutils pkgconfig patch cmake lsb-release wget rsync diffutils"
+ pinfo "yum install redhat-lsb gcc-c++ gcc make m4 binutils pkgconfig patch cmake lsb-release wget rsync diffutils lsof"
;;
*)
perror "No installation help for $SYS_DISTRIBUTION available."