From aae6368436cbee5d6e7b6ce0cc6d624df238c15b Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 28 Dec 2014 00:40:41 -0500 Subject: [PATCH] Always cd into BUILD_DIR even if custom function is provided --- functions/ipkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ipkg b/functions/ipkg index b30a2e7..2fd39eb 100644 --- a/functions/ipkg +++ b/functions/ipkg @@ -79,7 +79,6 @@ hvconfig() # Default build function hvbuild() { - cd ${BUILD_DIR} ${HVMAKE} ${HVMAKE} install } @@ -210,6 +209,7 @@ ipkg_script() hvconfig_post fi + cd ${BUILD_DIR} hvbuild # Execute post-build function if applicable -- 2.20.1