summaryrefslogtreecommitdiff
path: root/packages/update-alternatives/update-alternatives-cworth-native_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-native_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-native_0.99.154.bb')
-rw-r--r--packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb b/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
index 36f023ec3a..40534b4bb4 100644
--- a/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
+++ b/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb
@@ -5,7 +5,7 @@ PROVIDES += "virtual/update-alternatives-native"
do_stage () {
install -d ${sbindir} \
- ${libdir}/ipkg/alternatives
+ ${libdir}/opkg/alternatives
install -m 0755 update-alternatives ${sbindir}/update-alternatives
}