Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage3 / pkg / mysql
index 75d4a7e..deeecd9 100644 (file)
@@ -8,7 +8,7 @@ hvconfig_pre()
 
 hvconfig()
 {
-    cd ${LFS_TMP}/${PACKAGE}
+    cd ${SRC_DIR}
 
     mkdir build
     cd build
@@ -39,6 +39,8 @@ hvconfig()
 
 hvbuild()
 {
+    cd ${SRC_DIR}/build
+
     make
 
     SEGMENTS="Client Server IniFiles ManPages SharedLibraries"