summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mltk b/mltk
index 212afb9a..ceae7fb2 100755
--- a/mltk
+++ b/mltk
@@ -120,6 +120,9 @@ 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)
+ pinfo "yum install redhat-lsb gcc-c++ gcc make m4 binutils pkgconfig patch"
+ ;;
*)
perror "No installation help for $SYS_DISTRIBUTION available."
;;