diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2014-05-26 08:20:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-26 08:20:39 +0700 |
commit | fbf53a2bb208f26274a146d24bdd54e0c9402f61 (patch) | |
tree | dcb1eb6505761e30f02d7ff23f783e421e7ece91 /academic/ImageJ/ImageJ.SlackBuild | |
parent | a119a94af3b05d95aca0b0a4b4f9da8bc5c46423 (diff) |
academic/ImageJ: Updated for version 1.48.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/ImageJ/ImageJ.SlackBuild')
-rw-r--r-- | academic/ImageJ/ImageJ.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/academic/ImageJ/ImageJ.SlackBuild b/academic/ImageJ/ImageJ.SlackBuild index 8b791bdc08bb..79683425a0a8 100644 --- a/academic/ImageJ/ImageJ.SlackBuild +++ b/academic/ImageJ/ImageJ.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ImageJ -# Copyright 2012-2013 Petar Petrov, ppetrov@paju.oulu.fi +# Copyright 2012-2014 Petar Petrov, petar.petrov@student.oulu.fi # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ImageJ -VERSION=${VERSION:-1.47v} +VERSION=${VERSION:-1.48} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=ij -SRCVER=147 +SRCVER=148 CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -46,10 +46,10 @@ unzip $CWD/${SRCNAM}${SRCVER}.zip cd $PRGNAM 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 cp -a luts macros plugins ij.jar $PKG/usr/share/$PRGNAM |