diff options
| author | root | 2013-11-16 15:53:57 +0100 |
|---|---|---|
| committer | root | 2013-11-16 15:53:57 +0100 |
| commit | a7a577bfda547691d0e3830569d5627d835e1819 (patch) | |
| tree | 2b57a28bc52372e1b6f38b7a22ef6e78e8e33814 | |
| parent | [rootfs-stage32] enable zram swap (diff) | |
| download | tm-scripts-a7a577bfda547691d0e3830569d5627d835e1819.tar.gz tm-scripts-a7a577bfda547691d0e3830569d5627d835e1819.tar.xz tm-scripts-a7a577bfda547691d0e3830569d5627d835e1819.zip | |
qmake is not installed with the hint given in OpenSuSE ...
| -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 |
