X-Git-Url: http://gitweb/?a=blobdiff_plain;f=mysql%2FPkgfile;h=aee2fced7af460f0ac77d381584cda29a172ecc9;hb=20b52e2b1df7da52581218cb0618f12592c758cd;hp=5eafc2c0f85db9f0c92559b89e6fc855c7842574;hpb=103beda937e2dff24176993dcbfa09dce2f4f82b;p=ports%2Fopt-arm.git diff --git a/mysql/Pkgfile b/mysql/Pkgfile index 5eafc2c..aee2fce 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses zlib openssl cmake libaio name=mysql -version=5.6.33 +version=5.6.35 release=1 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/$name-$version.tar.gz \ my.cnf mysqld valist.patch) @@ -35,6 +35,7 @@ build () { find $PKG/usr/share/mysql/* -type d ! -name english ! -name charsets | xargs rm -rf {} \; install -d -m 700 -o mysql -g mysql $PKG/var/{lib,log,run}/mysql + install -d -m 700 -o mysql -g mysql $PKG/var/lib/mysql-files install -D -m 755 $SRC/mysqld $PKG/etc/rc.d/mysqld install -m 600 $SRC/my.cnf $PKG/etc }