From 71a43ce3393df9b1380d47d36335a920a5c41461 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 16 Mar 2008 11:56:58 +0000 Subject: Qtopia/X11: Fix the export of the PATH --- packages/qtopia-phone/qtopia-phone-x11/qtopia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3