summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index 6a7ad23e..2c75a4ed 100755
--- a/mltk
+++ b/mltk
@@ -115,7 +115,7 @@ check_devtools() {
pinfo "Missing tools are: $DEV_TOOLS_MISSING"
pinfo "For $SYS_DISTRIBUTION you probably need to run:"
case $SYS_DISTRIBUTION in
- pinfo "apt-get install build-essential m4 squashfs-tools" ;;
+ ubuntu | debian) pinfo "apt-get install build-essential m4 squashfs-tools" ;;
opensuse) pinfo "zypper install -t pattern devel_basis" ;;
*) perror "Cannot determine SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;;
esac