X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fmysql;h=deeecd9f0def8650e062b8cd338558b6d1b87adf;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=75d4a7ea50c7a448a3b16cb68388fccb5686f4d8;hpb=ac5da19615d2c5774889fe779184f904d594bae1;p=hvlinux.git diff --git a/stage3/pkg/mysql b/stage3/pkg/mysql index 75d4a7e..deeecd9 100644 --- a/stage3/pkg/mysql +++ b/stage3/pkg/mysql @@ -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"