psplash: fix typo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1400 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-03-28 11:16:55 +00:00
parent d1cc5a3225
commit 1155c57880
2 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ if [ -e /etc/rotation ]; then
rotation=`cat /etc/rotation`
fi
/usr/bin/psplash --angle=$rotation &
/usr/bin/psplash --angle $rotation &

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash."
SECTION = "base"
LICENSE = "GPL"
PV = "0.0+svn${SRCDATE}"
PR = "r2"
PR = "r3"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
file://psplash-init"