From 3abb2b2ab999f428c9e8f1215cf393eea8589e9f Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 1 Jul 2004 00:44:57 +0000 Subject: 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 --- prelink/prelink_20040304.oe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'prelink/prelink_20040304.oe') 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 } -- cgit v1.2.3