Skip to content
Snippets Groups Projects
Commit 665284a9 authored by Hannes Mühleisen's avatar Hannes Mühleisen
Browse files

mc

parent 83576e7c
Branches
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ if [ ! -f $MAINS/bin/mysqld ] ; then ...@@ -100,7 +100,7 @@ if [ ! -f $MAINS/bin/mysqld ] ; then
tar xvf $SDIR/mariadb-*.tar.* -C $SDIR tar xvf $SDIR/mariadb-*.tar.* -C $SDIR
MASRC=$SDIR/mariadb-$MAVER/ MASRC=$SDIR/mariadb-$MAVER/
cd $MASRC cd $MASRC
cmake -DCMAKE_INSTALL_PREFIX:PATH=/scratch/hannes/compare/mariadb-install . cmake -DCMAKE_INSTALL_PREFIX:PATH=$MAINS .
make make
make install make install
cd $DIR cd $DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment