From: Holger Freyther Date: Sun, 16 Mar 2008 11:56:58 +0000 (+0000) Subject: Qtopia/X11: Fix the export of the PATH X-Git-Tag: Release-2010-05/1~7106^2^2~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a43ce3393df9b1380d47d36335a920a5c41461;p=openembedded.git Qtopia/X11: Fix the export of the PATH --- diff --git a/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh b/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh index 823d27dc93..b28001d016 100644 --- a/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh +++ b/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh @@ -1,4 +1,4 @@ #!/bin/sh export QPEDIR=/opt/Qtopia -export PATH=$PATH=$QPEDIR/bin +export PATH=$PATH:$QPEDIR/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QPEDIR/lib