From: Tom Rini Date: Thu, 8 Jul 2010 20:47:39 +0000 (-0700) Subject: ipkg-utils-native: Switch for real... X-Git-Tag: sz_173~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=616d02b0d4f80eb8a94d0a947a1788dcd2020f2d;p=openembedded.git ipkg-utils-native: Switch for real... Signed-off-by: Tom Rini --- diff --git a/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb index 2a724660c4..07ca3da507 100644 --- a/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb +++ b/recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb @@ -14,6 +14,6 @@ INSTALL += "arfile.py" do_install() { for i in ${INSTALL}; do - install -m 0755 $i ${STAGING_BINDIR} + install -m 0755 $i ${D}${bindir} done }