diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-01 00:44:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-01 00:44:57 +0000 |
commit | 3abb2b2ab999f428c9e8f1215cf393eea8589e9f (patch) | |
tree | 9497333c4ee67255d53f715aedef7b0098574e41 /sysvinit | |
parent | b86cd133209a4c9cbcba168444258f76b9dee966 (diff) |
Merges.
2004/06/30 19:43:22-05:00 (none)!kergoth
Clean up SRC_URI and remove oe_machinstall usage per the recent FILESPATH change.
BKrev: 40e35e89nLvooGCio5W-357_SZU3iA
Diffstat (limited to 'sysvinit')
-rw-r--r-- | sysvinit/sysvinit_2.85.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe index b809b6628d..1b57317821 100644 --- a/sysvinit/sysvinit_2.85.oe +++ b/sysvinit/sysvinit_2.85.oe @@ -44,7 +44,7 @@ do_install () { # echo "/etc/default/rcS" >> ${D}/CONTROL/conffiles # install -m 0755 ${FILESDIR}/prerm ${D}/CONTROL/ # install -m 0755 ${FILESDIR}/postinst ${D}/CONTROL/ - oe_machinstall -m 0644 ${WORKDIR}/inittab ${D}/${sysconfdir}/inittab + install -m 0644 ${WORKDIR}/inittab ${D}/${sysconfdir}/inittab if [ ! -z "${SERIAL_CONSOLE}" ]; then echo "S:2345:respawn:/sbin/getty ${SERIAL_CONSOLE}" >> ${D}/etc/inittab fi |