From: Hugo Villeneuve Date: Sun, 28 Dec 2014 05:40:41 +0000 (-0500) Subject: Always cd into BUILD_DIR even if custom function is provided X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=aae6368436cbee5d6e7b6ce0cc6d624df238c15b Always cd into BUILD_DIR even if custom function is provided --- 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