Signed-off-by: geraldo netto <[email protected]> --- mysql/GET | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/mysql/GET b/mysql/GET index 57ed3f8..8871124 100755 --- a/mysql/GET +++ b/mysql/GET @@ -6,12 +6,9 @@ BUILDDIR=$BASEDIR/build ROOTDIR=$BASEDIR/install SRCDIR=$BASEDIR/mysql-$VERSION -if [ ! -f mysql-$VERSION.tar.gz ]; then - wget -c http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-$VERSION.tar.gz -fi +wget -c http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-$VERSION.tar.gz tar zxf mysql-$VERSION.tar.gz - mkdir -p $BUILDDIR mkdir -p $ROOTDIR/etc -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
