Commit 9c45aac5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed mysql config directory location

parent e1687582
......@@ -8,7 +8,7 @@ client:
patch -Np1 -d mariadb-10.3.13 < mariadb-10.3.13-without_server_fix.patch
cd mariadb-10.3.13 && sed -i "s@data/test@\$${INSTALL_MYSQLTESTDIR}@g" sql/CMakeLists.txt
mkdir mariadb-10.3.13/build
cd mariadb-10.3.13/build && cmake -DCMAKE_BUILD_TYPE=Release -DINSTALL_LAYOUT=DEB -DWITH_EXTRA_CHARSETS=complex -DSKIP_TESTS=ON -DWITHOUT_SERVER=ON -DTOKUDB_OK=0 ..
cd mariadb-10.3.13/build && cmake -DCMAKE_BUILD_TYPE=Release -DINSTALL_LAYOUT=DEB -DINSTALL_SYSCONF2DIR=/etc/my.cnf.d -DWITH_EXTRA_CHARSETS=complex -DSKIP_TESTS=ON -DWITHOUT_SERVER=ON -DTOKUDB_OK=0 ..
$(MAKE) -C mariadb-10.3.13/build
$(MAKE) -C mariadb-10.3.13/build test
$(MAKE) -C mariadb-10.3.13/build install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment