From a7a577bfda547691d0e3830569d5627d835e1819 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Nov 2013 15:53:57 +0100 Subject: qmake is not installed with the hint given in OpenSuSE ... --- mltk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mltk b/mltk index b11e487f..52a00da5 100755 --- a/mltk +++ b/mltk @@ -116,7 +116,8 @@ check_devtools() { pinfo "For $SYS_DISTRIBUTION you probably need to run:" case $SYS_DISTRIBUTION in ubuntu | debian) pinfo "apt-get install build-essential m4 squashfs-tools" ;; - opensuse) pinfo "zypper install -t pattern devel_basis" ;; + # FIXME: Don't know how precise this filter works so we might want to have a better matching ... + opensuse) pinfo "zypper install -t pattern devel_basis libqt4-devel" ;; *) perror "Cannot determine SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown!" ;; esac -- cgit v1.2.3-55-g7522