[oe-commits] org.oe.dev Qtopia/X11: Fix the export of the PATH

freyther commit oe at amethyst.openembedded.net
Fri Apr 25 15:40:46 UTC 2008


Qtopia/X11: Fix the export of the PATH

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: c6487ccb0affa59758f32bd6af992ddd0508d2b5
ViewMTN: http://monotone.openembedded.org/revision/info/c6487ccb0affa59758f32bd6af992ddd0508d2b5
Files:
1
packages/qtopia-phone/qtopia-phone-x11/qtopia.sh
Diffs:

#
# mt diff -r754b0cba2322be2fda45270a756d32e5e3eedb7a -rc6487ccb0affa59758f32bd6af992ddd0508d2b5
#
#
#
# patch "packages/qtopia-phone/qtopia-phone-x11/qtopia.sh"
#  from [c955894686aae5510c5b36db674c9f457416616c]
#    to [14600d791e31540ce23ce74084b05c424a136b7f]
#
============================================================
--- packages/qtopia-phone/qtopia-phone-x11/qtopia.sh	c955894686aae5510c5b36db674c9f457416616c
+++ packages/qtopia-phone/qtopia-phone-x11/qtopia.sh	14600d791e31540ce23ce74084b05c424a136b7f
@@ -1,4 +1,4 @@ export QPEDIR=/opt/Qtopia
 #!/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






More information about the Openembedded-commits mailing list