mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/nexus: Updated for version 2.11.1_01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4eb6c0577e
commit
eeb20dd03b
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Sonatype Nexus
|
||||
|
||||
# Copyright 2013 Giorgio Peron Campodarsego, PD, Italy giorgio.peron@gmail.com
|
||||
# Copyright 2014 Giorgio Peron Campodarsego, PD, Italy giorgio.peron@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=nexus
|
||||
VERSION=${VERSION:-2.5.0_04}
|
||||
VERSION=${VERSION:-2.11.1_01}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,10 +74,10 @@ tar xvf $CWD/$PRGNAM-$SRCVERSION-bundle.tar.gz
|
|||
cd $PRGNAM-$SRCVERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/$PRGNAM/bin/jsw/lib
|
||||
mv lib $PKG/usr/share/$PRGNAM
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nexus"
|
||||
VERSION="2.5.0_04"
|
||||
VERSION="2.11.1_01"
|
||||
HOMEPAGE="http://nexus.sonatype.org"
|
||||
DOWNLOAD="http://www.sonatype.org/downloads/nexus-2.5.0-04-bundle.tar.gz"
|
||||
MD5SUM="9ba35b7b72c2e2eff87298b4c1e77a9a"
|
||||
DOWNLOAD="http://www.sonatype.org/downloads/nexus-2.11.1-01-bundle.tar.gz"
|
||||
MD5SUM="269bd464397215717a8591a3817f5f00"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue