diff options
-rw-r--r-- | meta/packages/initscripts/initscripts_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/initscripts/initscripts_1.0.bb b/meta/packages/initscripts/initscripts_1.0.bb index fa7abccbec..d31c394e26 100644 --- a/meta/packages/initscripts/initscripts_1.0.bb +++ b/meta/packages/initscripts/initscripts_1.0.bb | |||
@@ -4,7 +4,7 @@ PRIORITY = "required" | |||
4 | DEPENDS = "makedevs" | 4 | DEPENDS = "makedevs" |
5 | RDEPENDS = "makedevs" | 5 | RDEPENDS = "makedevs" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | PR = "r114" | 7 | PR = "r115" |
8 | 8 | ||
9 | SRC_URI = "file://functions \ | 9 | SRC_URI = "file://functions \ |
10 | file://halt \ | 10 | file://halt \ |
@@ -51,7 +51,7 @@ do_install () { | |||
51 | install -d ${D}${sysconfdir}/default | 51 | install -d ${D}${sysconfdir}/default |
52 | install -d ${D}${sysconfdir}/default/volatiles | 52 | install -d ${D}${sysconfdir}/default/volatiles |
53 | 53 | ||
54 | install -m 0755 ${WORKDIR}/functions ${D}${sysconfdir}/init.d | 54 | install -m 0644 ${WORKDIR}/functions ${D}${sysconfdir}/init.d |
55 | install -m 0755 ${WORKDIR}/bootmisc.sh ${D}${sysconfdir}/init.d | 55 | install -m 0755 ${WORKDIR}/bootmisc.sh ${D}${sysconfdir}/init.d |
56 | install -m 0755 ${WORKDIR}/checkroot.sh ${D}${sysconfdir}/init.d | 56 | install -m 0755 ${WORKDIR}/checkroot.sh ${D}${sysconfdir}/init.d |
57 | # install -m 0755 ${WORKDIR}/finish.sh ${D}${sysconfdir}/init.d | 57 | # install -m 0755 ${WORKDIR}/finish.sh ${D}${sysconfdir}/init.d |