diff options
-rwxr-xr-x | meta/packages/psplash/files/psplash-init | 2 | ||||
-rw-r--r-- | meta/packages/psplash/psplash_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init index e2c6bf8f5d0..3150180ea5f 100755 --- a/meta/packages/psplash/files/psplash-init +++ b/meta/packages/psplash/files/psplash-init @@ -17,5 +17,5 @@ if [ -e /etc/rotation ]; then rotation=`cat /etc/rotation` fi -/usr/bin/psplash --angle=$rotation & +/usr/bin/psplash --angle $rotation & diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb index 4066c6b3fb6..b01da10dd24 100644 --- a/meta/packages/psplash/psplash_svn.bb +++ b/meta/packages/psplash/psplash_svn.bb @@ -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" |