X-Git-Url: http://gitweb/?a=blobdiff_plain;f=mysql%2FPkgfile;h=6fcf11c29f66cb53302812973cd83fcfd055a597;hb=6b0cdf69036631e02c9c99b97448d93b5a65fda5;hp=6974fb51e5e405d794e88b0dde6b450531272e67;hpb=be15fd5c2d627f538823d7357f7c31cdfa4c8366;p=ports%2Fopt-arm.git diff --git a/mysql/Pkgfile b/mysql/Pkgfile index 6974fb5..6fcf11c 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses zlib openssl cmake libaio name=mysql -version=5.6.34 +version=5.6.40 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 }