Signed-off-by: geraldo netto <[email protected]> --- groonga/GET | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/groonga/GET b/groonga/GET index de47406..1ef9e01 100755 --- a/groonga/GET +++ b/groonga/GET @@ -7,10 +7,8 @@ BUILDDIR=$BASEDIR/build ROOTDIR=$BASEDIR/install GROONGA_VER="5.0.4" -if [ ! -f groonga-*.tar.gz ]; then - wget -c http://packages.groonga.org/source/groonga/groonga-${GROONGA_VER}.tar.gz - tar zxf groonga-${GROONGA_VER}.tar.gz -fi +wget -c http://packages.groonga.org/source/groonga/groonga-${GROONGA_VER}.tar.gz +tar zxf groonga-${GROONGA_VER}.tar.gz SRCDIR=`echo $BASEDIR/groonga-${GROONGA_VER}` mkdir -p $BUILDDIR -- 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.
