diff options
-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 } |