From eeb20dd03b1a9a8623152d599712e847a91718b1 Mon Sep 17 00:00:00 2001 From: Giorgio Peron Date: Sun, 21 Dec 2014 09:04:29 +0700 Subject: development/nexus: Updated for version 2.11.1_01. Signed-off-by: Willy Sudiarto Raharjo --- development/nexus/nexus.SlackBuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'development/nexus/nexus.SlackBuild') diff --git a/development/nexus/nexus.SlackBuild b/development/nexus/nexus.SlackBuild index cd164535b5..fae62f8aaa 100644 --- a/development/nexus/nexus.SlackBuild +++ b/development/nexus/nexus.SlackBuild @@ -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 -- cgit v1.2.3-65-gdbad