[oe-commits] Holger Hans Peter Freyther : qt4.inc: Fix of shell for some shells

git version control git at git.openembedded.org
Sun Aug 2 15:00:49 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6db30a40ce4e47ae176ec251aec62cb6c03f7ca2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6db30a40ce4e47ae176ec251aec62cb6c03f7ca2

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Sun Aug  2 16:47:03 2009 +0200

qt4.inc: Fix of shell for some shells

---

 recipes/qt4/qt4.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc
index 79240ed..50dd1d8 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
 





More information about the Openembedded-commits mailing list