Qtopia/X11: Fix the export of the PATH
authorHolger Freyther <zecke@selfish.org>
Sun, 16 Mar 2008 11:56:58 +0000 (11:56 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 16 Mar 2008 11:56:58 +0000 (11:56 +0000)
packages/qtopia-phone/qtopia-phone-x11/qtopia.sh

index 823d27d..b28001d 100644 (file)
@@ -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