summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-05-08 17:15:47 (UTC)
committer kergoth <kergoth>2002-05-08 17:15:47 (UTC)
commit8a293a84b7119bab0b84b5241c665ff5892faffc (patch) (unidiff)
tree2426d310899c8278ce1598cacff569551e53ed77
parentad2c6f2e1b5504989ceed297d9ee8c49129ad1fb (diff)
downloadopie-8a293a84b7119bab0b84b5241c665ff5892faffc.zip
opie-8a293a84b7119bab0b84b5241c665ff5892faffc.tar.gz
opie-8a293a84b7119bab0b84b5241c665ff5892faffc.tar.bz2
added LD_LIBRARY_PATH and PATH additions for OPIEDIR/lib and OPIEDIR/bin.
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xetc/init.d/qpe2
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
@@ -7,6 +7,8 @@ export QWS_DISPLAY=Transformed:Rot270:0
7export QTDIR=/usr 7export QTDIR=/usr
8export OPIEDIR=/opt/QtPalmtop 8export OPIEDIR=/opt/QtPalmtop
9export QPEDIR=/opt/QtPalmtop 9export QPEDIR=/opt/QtPalmtop
10export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib
11export PATH=$PATH:$OPIEDIR/bin
10 12
11#this sets the iPaqs powerbutton to mapable 13#this sets the iPaqs powerbutton to mapable
12echo 1 > /proc/sys/ts/suspend_button_mode 14echo 1 > /proc/sys/ts/suspend_button_mode