summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/psplash/psplash_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/psplash/psplash_git.bb')
-rw-r--r--meta/recipes-core/psplash/psplash_git.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb
index 3161a5e3f1..56734c1582 100644
--- a/meta/recipes-core/psplash/psplash_git.bb
+++ b/meta/recipes-core/psplash/psplash_git.bb
@@ -97,7 +97,6 @@ python do_compile () {
97} 97}
98 98
99do_install_append() { 99do_install_append() {
100 install -d ${D}/mnt/.psplash/
101 install -d ${D}${sysconfdir}/init.d/ 100 install -d ${D}${sysconfdir}/init.d/
102 install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash.sh 101 install -m 0755 ${WORKDIR}/psplash-init ${D}${sysconfdir}/init.d/psplash.sh
103 install -d ${D}${bindir} 102 install -d ${D}${bindir}
@@ -107,8 +106,6 @@ do_install_append() {
107 rm -f ${D}${bindir}/psplash 106 rm -f ${D}${bindir}/psplash
108} 107}
109 108
110FILES_${PN} += "/mnt/.psplash"
111
112INITSCRIPT_NAME = "psplash.sh" 109INITSCRIPT_NAME = "psplash.sh"
113INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ." 110INITSCRIPT_PARAMS = "start 0 S . stop 20 0 1 6 ."
114 111