From 616d02b0d4f80eb8a94d0a947a1788dcd2020f2d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 8 Jul 2010 13:47:39 -0700 Subject: [PATCH] ipkg-utils-native: Switch for real... Signed-off-by: Tom Rini --- recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5