diff options
author | Holger Freyther <zecke@selfish.org> | 2008-03-16 11:56:58 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-03-16 11:56:58 +0000 |
commit | 71a43ce3393df9b1380d47d36335a920a5c41461 (patch) | |
tree | eeed767b4dc10a723d24366e39a0234cd9dfb6bc /packages/qtopia-phone/qtopia-phone-x11 | |
parent | ff7b3adf6c161c7d75ea50870803ccc47a038f76 (diff) |
Qtopia/X11: Fix the export of the PATH
Diffstat (limited to 'packages/qtopia-phone/qtopia-phone-x11')
-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 |