diff options
Diffstat (limited to 'prelink/prelink_20040304.oe')
-rw-r--r-- | prelink/prelink_20040304.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prelink/prelink_20040304.oe b/prelink/prelink_20040304.oe index 1cc8f57b84..fc5df0e399 100644 --- a/prelink/prelink_20040304.oe +++ b/prelink/prelink_20040304.oe @@ -13,7 +13,7 @@ inherit autotools do_install_append () { install -d ${D}/${sysconfdir}/cron.daily ${D}/${sysconfdir}/default - oe_machinstall -m 0644 ${WORKDIR}/prelink.conf ${D}/${sysconfdir}/prelink.conf - oe_machinstall -m 0644 ${WORKDIR}/prelink.cron.daily ${D}/${sysconfdir}/cron.daily/prelink - oe_machinstall -m 0644 ${WORKDIR}/prelink.default ${D}/${sysconfdir}/default/prelink + install -m 0644 ${WORKDIR}/prelink.conf ${D}/${sysconfdir}/prelink.conf + install -m 0644 ${WORKDIR}/prelink.cron.daily ${D}/${sysconfdir}/cron.daily/prelink + install -m 0644 ${WORKDIR}/prelink.default ${D}/${sysconfdir}/default/prelink } |