diff options
| author | Simon Rettberg | 2013-11-19 15:38:48 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-19 15:38:48 +0100 |
| commit | 4afd3a6fcf7de8eff315f1fdeb5fa65c8aa3bf5e (patch) | |
| tree | 5d9f5cfd41d7941c3cd54379330a832369bbd91f /mltk | |
| parent | Just for the record: Never used updated openslx install/update scripts (diff) | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-4afd3a6fcf7de8eff315f1fdeb5fa65c8aa3bf5e.tar.gz tm-scripts-4afd3a6fcf7de8eff315f1fdeb5fa65c8aa3bf5e.tar.xz tm-scripts-4afd3a6fcf7de8eff315f1fdeb5fa65c8aa3bf5e.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'mltk')
| -rwxr-xr-x | mltk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
