summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-16 17:54:29 +0100
committerSimon Rettberg2013-11-16 17:54:29 +0100
commitc8d7fe0a6502732fee91fc12dd932485ef7b8343 (patch)
tree71b4c3307a96fa615a7d8c91b372de4804963b60
parent[rootfs-stage31] Fix root password substitution in init (diff)
parentqmake is not installed with the hint given in OpenSuSE ... (diff)
downloadtm-scripts-c8d7fe0a6502732fee91fc12dd932485ef7b8343.tar.gz
tm-scripts-c8d7fe0a6502732fee91fc12dd932485ef7b8343.tar.xz
tm-scripts-c8d7fe0a6502732fee91fc12dd932485ef7b8343.zip
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
-rwxr-xr-xmltk3
1 files changed, 2 insertions, 1 deletions
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