From 15583248362ff2562d5fcb02c1462864dd00e349 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sat, 15 Mar 2008 20:18:24 +0000 Subject: Qtopia/X11: Install a qtopia.sh into the profile.d to set PATH, QPEDIR and LD_LIBRARY_PATH --- packages/qtopia-phone/qtopia-phone-x11/qtopia.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/qtopia-phone/qtopia-phone-x11/qtopia.sh (limited to 'packages/qtopia-phone/qtopia-phone-x11/qtopia.sh') diff --git a/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh b/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh new file mode 100644 index 0000000000..823d27dc93 --- /dev/null +++ b/packages/qtopia-phone/qtopia-phone-x11/qtopia.sh @@ -0,0 +1,4 @@ +#!/bin/sh +export QPEDIR=/opt/Qtopia +export PATH=$PATH=$QPEDIR/bin +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QPEDIR/lib -- cgit v1.2.3 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(-) (limited to 'packages/qtopia-phone/qtopia-phone-x11/qtopia.sh') 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