diff options
author | Holger Freyther <zecke@selfish.org> | 2008-03-17 14:19:29 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-03-17 14:19:29 +0000 |
commit | 6c4f924d701e245410cef139d29eba10dd058194 (patch) | |
tree | 6fbea9b1593b260cfb316acd645f216de039162d | |
parent | a39deb9f381a529332a328ee617d1160e35db5c2 (diff) | |
parent | 71a43ce3393df9b1380d47d36335a920a5c41461 (diff) |
merge of '3ad0844ce9d5f38938193e537eef14f3eedc5aaa'
and 'c6487ccb0affa59758f32bd6af992ddd0508d2b5'
-rw-r--r-- | packages/qtopia-phone/qtopia-phone-x11/qtopia.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |