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 /prelink/prelink_20031029.oe | |
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 'prelink/prelink_20031029.oe')
-rw-r--r-- | prelink/prelink_20031029.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prelink/prelink_20031029.oe b/prelink/prelink_20031029.oe index a60c04541d..61bb2c55c9 100644 --- a/prelink/prelink_20031029.oe +++ b/prelink/prelink_20031029.oe @@ -19,7 +19,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 } |