psplash: fix typo
authorRichard Purdie <richard@openedhand.com>
Wed, 28 Mar 2007 11:16:55 +0000 (11:16 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 28 Mar 2007 11:16:55 +0000 (11:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1400 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/psplash/files/psplash-init
meta/packages/psplash/psplash_svn.bb

index e2c6bf8..3150180 100755 (executable)
@@ -17,5 +17,5 @@ if [ -e /etc/rotation ]; then
        rotation=`cat /etc/rotation`
 fi
 
-/usr/bin/psplash --angle=$rotation &
+/usr/bin/psplash --angle $rotation &
 
index 4066c6b..b01da10 100644 (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"