mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
3309ae9e30
commit
21e8f3f168
1 changed files with 4 additions and 2 deletions
|
@ -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 . \
|
||||
|
|
Loading…
Reference in a new issue