mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +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
|
# Modified by the slackbuilds.org project
|
||||||
|
|
||||||
PRGNAM=openfire
|
PRGNAM=openfire
|
||||||
VERSION=${VERSION:-3_7_1}
|
VERSION=${VERSION:-3.7.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
SRCVER=$(echo $VERSION | tr . _)
|
||||||
|
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
@ -49,7 +51,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
|
|
||||||
rm -rf $PRGNAM
|
rm -rf $PRGNAM
|
||||||
tar xvf $CWD/$PRGNAM\_$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM\_$SRCVER.tar.gz
|
||||||
cd $PRGNAM
|
cd $PRGNAM
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
Loading…
Reference in a new issue