network/openfire: Fixed VERSION in SlackBuild.

Replaced underscores with dots to make it consistent with .info.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-24 23:43:43 +00:00 committed by Heinz Wiesinger
parent 3309ae9e30
commit 21e8f3f168

View file

@ -5,10 +5,12 @@
# Modified by the slackbuilds.org project
PRGNAM=openfire
VERSION=${VERSION:-3_7_1}
VERSION=${VERSION:-3.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVER=$(echo $VERSION | tr . _)
ARCH=noarch
CWD=$(pwd)
@ -49,7 +51,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM\_$VERSION.tar.gz
tar xvf $CWD/$PRGNAM\_$SRCVER.tar.gz
cd $PRGNAM
chown -R root:root .
find -L . \