summaryrefslogtreecommitdiffstats
path: root/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-19 14:27:52 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-19 14:27:52 +0000
commit60687460e53b7a3474956d6b004069ea5862518f (patch)
treee14342d8d94180214ff43a49e30c60699e387ade /meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
parent322fe395c8e9451bb9b9ab5b7600a8c7ca4e8239 (diff)
downloadpoky-60687460e53b7a3474956d6b004069ea5862518f.tar.gz
update-alternatives-cworth: switched to opkg
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4051 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb')
-rw-r--r--meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
index cf3c8fbc2b..82700f0f95 100644
--- a/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
+++ b/meta/packages/update-alternatives/update-alternatives-cworth_0.99.154.bb
@@ -6,7 +6,7 @@ RPROVIDES_${PN} += "update-alternatives"
6do_install () { 6do_install () {
7 install -d ${D}${sbindir} \ 7 install -d ${D}${sbindir} \
8 ${D}${sysconfdir}/alternatives \ 8 ${D}${sysconfdir}/alternatives \
9 ${D}${libdir}/ipkg/alternatives 9 ${D}${libdir}/opkg/alternatives
10 10
11 install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives 11 install -m 0755 update-alternatives ${D}${sbindir}/update-alternatives
12} 12}