summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2014-11-13 15:19:42 +0100
committerJonathan Bauer2014-11-13 15:19:42 +0100
commita2a73c562d4c03b91a408f8e29ab182644a5238a (patch)
treec6f62b9570ee4841e6dcedc05f7c8bacd8332b25
parent[pvs2] xsession file to show pvs2 session in vmchooser and moved the setup-pv... (diff)
downloadtm-scripts-a2a73c562d4c03b91a408f8e29ab182644a5238a.tar.gz
tm-scripts-a2a73c562d4c03b91a408f8e29ab182644a5238a.tar.xz
tm-scripts-a2a73c562d4c03b91a408f8e29ab182644a5238a.zip
[mltk] added centos help msg support
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index 2a42a103..3fea8454 100755
--- a/mltk
+++ b/mltk
@@ -127,7 +127,7 @@ check_devtools() {
pinfo "zypper install gcc gcc-c++ make m4 binutils git module-init-tools patch squashfs pkg-config"
pinfo "to install missing development tools."
;;
- fedora | scientific)
+ fedora | scientific | centos)
pinfo "yum install redhat-lsb gcc-c++ gcc make m4 binutils pkgconfig patch cmake"
;;
*)