From 60687460e53b7a3474956d6b004069ea5862518f Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 19 Mar 2008 14:27:52 +0000 Subject: update-alternatives-cworth: switched to opkg git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4051 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../update-alternatives/update-alternatives-cworth-native_0.99.154.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb') diff --git a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb b/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb index 5c7b7289a..b20dab18f 100644 --- a/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb +++ b/meta/packages/update-alternatives/update-alternatives-cworth-native_0.99.154.bb @@ -2,11 +2,11 @@ require update-alternatives-cworth.inc inherit native PROVIDES += "virtual/update-alternatives-native" -RPROVIDES += "update-alternatives-native" +RPROVIDES_${PN} += "update-alternatives-native" do_stage () { install -d ${sbindir} \ - ${libdir}/ipkg/alternatives + ${libdir}/opkg/alternatives install -m 0755 update-alternatives ${sbindir}/update-alternatives } -- cgit v1.2.3