mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
mysql: create users and groups from now per scripts, various cleanups
This commit is contained in:
parent
ccfabf112b
commit
38924a48ab
@ -6,6 +6,9 @@ $SCRIPTS/install zlib
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
add_user mysqld x 27 484 "MySQL Server" "/var/lib/mysql" "/bin/sh"
|
||||
add_group mysqld 484
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libmysql/.libs/libmysqlclient.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libmysql_r/.libs/libmysqlclient_r.so* $INSTALL/usr/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user