author | kergoth <kergoth> | 2002-05-08 17:15:47 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-05-08 17:15:47 (UTC) |
commit | 8a293a84b7119bab0b84b5241c665ff5892faffc (patch) (side-by-side diff) | |
tree | 2426d310899c8278ce1598cacff569551e53ed77 /etc/init.d/qpe | |
parent | ad2c6f2e1b5504989ceed297d9ee8c49129ad1fb (diff) | |
download | opie-8a293a84b7119bab0b84b5241c665ff5892faffc.zip opie-8a293a84b7119bab0b84b5241c665ff5892faffc.tar.gz opie-8a293a84b7119bab0b84b5241c665ff5892faffc.tar.bz2 |
added LD_LIBRARY_PATH and PATH additions for OPIEDIR/lib and OPIEDIR/bin.
-rwxr-xr-x | etc/init.d/qpe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.d/qpe b/etc/init.d/qpe index 56f2f27..47a9b16 100755 --- a/etc/init.d/qpe +++ b/etc/init.d/qpe @@ -4,12 +4,14 @@ export LOGNAME=root export HOME=/$LOGNAME export QWS_DISPLAY=Transformed:Rot270:0 export QTDIR=/usr export OPIEDIR=/opt/QtPalmtop export QPEDIR=/opt/QtPalmtop +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib +export PATH=$PATH:$OPIEDIR/bin #this sets the iPaqs powerbutton to mapable echo 1 > /proc/sys/ts/suspend_button_mode if [ ! -x $OPIEDIR/bin/qpe ] ; then exit 0 ; fi |