libraries/ogre: Fix wget command.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-11-18 02:33:23 +07:00 committed by Willy Sudiarto Raharjo
parent baade6bd25
commit 4f5caf369b

View file

@ -26,7 +26,7 @@
PRGNAM=ogre
VERSION=${VERSION:-1.9}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM="${PRGNAM}_src_v${VERSION//./-}"
@ -83,7 +83,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM
tar xvf $CWD/$SRCNAM.tar.bz2
tar xvf $CWD/$SRCNAM.tar.bz2 || tar xvf $CWD/v$(echo $VERSION | tr . -).tar.bz2
cd $SRCNAM
chown -R root:root .
find -L . \