opie-taskbar: root $HOME is /home/root/ now
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 10 Feb 2005 11:12:31 +0000 (11:12 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 10 Feb 2005 11:12:31 +0000 (11:12 +0000)
BKrev: 420b419f_XYhAQunvlrY_lQ7HKUsiQ

packages/opie-taskbar/opie-taskbar/opie
packages/opie-taskbar/opie-taskbar_1.1.9.bb
packages/opie-taskbar/opie-taskbar_cvs.bb

index 95d13aa..81f7a60 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
-[ -z $LOGNAME ] && export LOGNAME=root && export HOME=/root
-[ -z $HOME ] && export HOME=/$LOGNAME
+[ -z $LOGNAME ] && export LOGNAME=root && export HOME=/home/root
+[ -z $HOME ] && export HOME=/home/$LOGNAME
 
 export QTDIR=/opt/QtPalmtop
 export OPIEDIR=/opt/QtPalmtop
@@ -36,10 +36,6 @@ if [ ! -e "/opt/Qtopia" ] ; then
     ln -sf /opt/QtPalmtop /opt/Qtopia
 fi
 
-if [ ! -e "/home/root/" ] ; then
-    ln -sf /root /home/
-fi
-
 case $1 in
 'start')
     /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
index 1dbb906..ad962e7 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 LICENSE = "GPL"
 MAINTAINER = "Team Opie <opie@handhelds.org>"
 DEPENDS = "opie-libqrsync"
-PR = "r0"
+PR = "r1"
 APPNAME = "qpe"
 
 
index 726015a..bbfd876 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 MAINTAINER = "Team Opie <opie@handhelds.org>"
 DEPENDS = "opie-libqrsync"
 PV = "1.1.9+cvs-${CVSDATE}"
-PR = "r2"
+PR = "r3"
 APPNAME = "qpe"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/core/apps/calibrate \