diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-17 22:49:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-17 22:49:04 +0000 |
commit | 047788ef39dbbefd153492adb2e9eac8700c2e76 (patch) | |
tree | d3fff13b74fc09d47f2234ab7bf127e0563fcbb6 | |
parent | f3cf4455aefb97d32f7e288fd308cd6ac6f48ae8 (diff) |
fix minor glitch in opie startskript and bump revision for taskbar
BKrev: 40f9ace08a-EE9blY3lRMs3R9PF4ug
-rw-r--r-- | opie-taskbar/opie-taskbar/opie | 5 | ||||
-rw-r--r-- | opie-taskbar/opie-taskbar_cvs.oe | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/opie-taskbar/opie-taskbar/opie b/opie-taskbar/opie-taskbar/opie index 6ce6f6aec6..268f0e7789 100644 --- a/opie-taskbar/opie-taskbar/opie +++ b/opie-taskbar/opie-taskbar/opie @@ -50,9 +50,8 @@ case $1 in if [ -x "$OPIEDIR/bin/opie-sh-ssh-askpass.sh" ]; then export SSH_ASKPASS=$OPIEDIR/bin/opie-sh-ssh-askpass.sh fi - echo Starting Opie.... - $SSHAGENT $OPIEDIR/bin/qpe -terminal 2 - fi + echo Starting Opie.... + $SSHAGENT $OPIEDIR/bin/qpe -terminal 2 fi ;; diff --git a/opie-taskbar/opie-taskbar_cvs.oe b/opie-taskbar/opie-taskbar_cvs.oe index 41938b1bb1..671312c410 100644 --- a/opie-taskbar/opie-taskbar_cvs.oe +++ b/opie-taskbar/opie-taskbar_cvs.oe @@ -5,7 +5,7 @@ LICENSE = "GPL" DEPENDS = "opie-libqrsync " PV = "1.1.4-cvs-${CVSDATE}" APPNAME = "qpe" -PR = "r8" +PR = "r9" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate;date=${CVSDATE} \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/settings/mediummount;date=${CVSDATE} \ @@ -101,7 +101,7 @@ do_install_append_tosa () { pkg_postinst() { #!/bin/sh if [ -n "$D" ]; then exit 1; fi -[ -e "/home/$USER/Settings/qpe.conf" ] || cp -f /opt/QtPalmtop/etc/skeleton/qpe.conf /home/$USER/Settings/qpe.conf +[ -e "$HOME/Settings/qpe.conf" ] || cp -f /opt/QtPalmtop/etc/skeleton/qpe.conf /$HOME/Settings/qpe.conf } FILES_opie-taskbar_append = " /etc ${palmtopdir}/apps ${palmtopdir}/pics" |