From 60133618f9209b9fc93b83d113be1bfc0ea21241 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 15 Oct 2013 14:07:48 +0200 Subject: [mltk] fix missing case case --- mltk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mltk') 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 -- cgit v1.2.3-55-g7522