summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta/packages/psplash/files/psplash-init2
-rw-r--r--meta/packages/psplash/psplash_svn.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init
index e2c6bf8f5d..3150180ea5 100755
--- a/meta/packages/psplash/files/psplash-init
+++ b/meta/packages/psplash/files/psplash-init
@@ -17,5 +17,5 @@ if [ -e /etc/rotation ]; then
17 rotation=`cat /etc/rotation` 17 rotation=`cat /etc/rotation`
18fi 18fi
19 19
20/usr/bin/psplash --angle=$rotation & 20/usr/bin/psplash --angle $rotation &
21 21
diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb
index 4066c6b3fb..b01da10dd2 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."
2SECTION = "base" 2SECTION = "base"
3LICENSE = "GPL" 3LICENSE = "GPL"
4PV = "0.0+svn${SRCDATE}" 4PV = "0.0+svn${SRCDATE}"
5PR = "r2" 5PR = "r3"
6 6
7SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ 7SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
8 file://psplash-init" 8 file://psplash-init"