From: Holger Hans Peter Freyther Date: Sun, 2 Aug 2009 14:47:03 +0000 (+0200) Subject: qt4.inc: Fix of shell for some shells X-Git-Tag: Release-2010-05/1~2821^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db30a40ce4e47ae176ec251aec62cb6c03f7ca2;p=openembedded.git qt4.inc: Fix of shell for some shells --- diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index 79240eda12..50dd1d8760 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -123,11 +123,11 @@ do_configure() { unset QMAKESPEC unset QTDIR - if [! -e bin/qmake]; then + if [ ! -e bin/qmake ]; then ln -sf ${STAGING_BINDIR_NATIVE}/qmake2 bin/qmake fi - if [! -e mkspecs/${TARGET_OS}-oe-g++]; then + if [ ! -e mkspecs/${TARGET_OS}-oe-g++ ]; then ln -sf linux-g++ mkspecs/${TARGET_OS}-oe-g++ fi