summaryrefslogtreecommitdiff
path: root/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-19 09:42:58 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-19 09:42:58 +0000
commitfaea35c53d818beae4ca781bea8f048176b51214 (patch)
treea0ee07792f22540842f8c3841b62bccfe6b9ea50 /packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
parente61d3468b0560cf56577d6899235b10babf750ae (diff)
update-alternatives: move to opkg
* u-a source needs to get moved to opkg-svn as well, but I'll leave that to the opkg dudes
Diffstat (limited to 'packages/update-alternatives/update-alternatives-cworth_0.99.154.bb')
-rw-r--r--packages/update-alternatives/update-alternatives-cworth_0.99.154.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb b/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
index 18dab4e65f..6cab1e55ec 100644
--- a/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
+++ b/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
@@ -5,7 +5,7 @@ RPROVIDES_${PN} = "update-alternatives"
do_install () {
install -d ${D}${sbindir} \
${D}${sysconfdir}/alternatives \
- ${D}${libdir}/ipkg/alternatives
+ ${D}${libdir}/opkg/alternatives
install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives
}