diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-07-08 13:47:39 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-07-08 13:47:39 -0700 |
commit | 51ee5b59b47d44c4bda49435e08487b983626254 (patch) | |
tree | c0c301323e2bf79eb08ff74f819e6c578cacca7a | |
parent | bcb57eab74f24dee6849acc3b4d3278da67166f1 (diff) |
ipkg-utils-native: Switch for real...
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | recipes/ipkg-utils/ipkg-utils-native_1.6+cvs20050404.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |