mysql: Updated for version 8.0.29
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PKGNAM=mysql
|
||||
VERSION=${VERSION:-8.0.27}
|
||||
VERSION=${VERSION:-8.0.29}
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
# To reduce the package size, the embedded server may be omitted. Currently
|
||||
@ -81,7 +81,7 @@ rm -rf $PKG
|
||||
mkdir -p $TMP $PKG
|
||||
cd $TMP
|
||||
rm -rf ${PKGNAM}-$VERSION
|
||||
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
|
||||
tar xvf $CWD/${PKGNAM}-boost-$VERSION.tar.?z || exit 1
|
||||
cd ${PKGNAM}-$VERSION || exit 1
|
||||
|
||||
chown -R root:root .
|
||||
|
Reference in New Issue
Block a user