matchbox-keyboard; don't spawn a subshell

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4818 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-07-04 09:18:47 +00:00
parent 7ff4da3d75
commit 0a62277934
2 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ fi
# Delay to make sure the window manager is active
if [ "$CMD" ]; then
(sleep 2 && $CMD) &
{ sleep 2 ; $CMD ; } &
fi

View File

@ -4,7 +4,7 @@ DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
RDEPENDS = "formfactor"
SECTION = "x11"
PV = "0.0+svnr${SRCREV}"
PR = "r1"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://configure_fix.patch;patch=1;maxrev=1819 \