X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fmysql;h=deeecd9f0def8650e062b8cd338558b6d1b87adf;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=73570b136f4daec0324406a6480689b4bd36165c;hpb=fc8bbbdc31b94f71f13ef71b1911badf6f93566e;p=hvlinux.git diff --git a/stage3/pkg/mysql b/stage3/pkg/mysql index 73570b1..deeecd9 100644 --- a/stage3/pkg/mysql +++ b/stage3/pkg/mysql @@ -2,13 +2,13 @@ hvconfig_pre() { - groupadd -f mysql - hv_useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql + groupadd --system -f mysql + hv_useradd --system -c mysql -d /dev/null -g mysql -s /bin/false mysql } 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"