summaryrefslogtreecommitdiff
path: root/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
diff options
context:
space:
mode:
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
}