development/robomongo: Fix script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-12-23 09:14:20 +07:00
parent ea44275627
commit 360632d95f
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Home Page http://www.robomongo.org
PRGNAM="robomongo"
VERSION="0.8.4"
VERSION=${VERSION:-0.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -35,7 +35,7 @@ set -e
rm -fr $TMP/$PRGNAM-$VERSION $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION-$ANAME.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION-${ANAME}.tar.gz
cd $PRGNAM-$VERSION-$ANAME
chown -R root.root .
find -L . \