diff options
author | Chris Abela <kristofru@gmail.com> | 2020-05-20 00:12:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-20 00:12:27 +0700 |
commit | a6e5ade6f718a739b42c77fabcf2f65979833c0a (patch) | |
tree | e444069e436b43ff66741f7d0650ece1c79e477c /office/lumina-calculator/lumina-calculator.SlackBuild | |
parent | 4944cd1282c56726a47e238490f35f5e92ba8b9a (diff) |
office/lumina-calculator: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/lumina-calculator/lumina-calculator.SlackBuild')
-rw-r--r-- | office/lumina-calculator/lumina-calculator.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/lumina-calculator/lumina-calculator.SlackBuild b/office/lumina-calculator/lumina-calculator.SlackBuild index 949ab395d9dd..30a0f36fb998 100644 --- a/office/lumina-calculator/lumina-calculator.SlackBuild +++ b/office/lumina-calculator/lumina-calculator.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lumina-calculator -# Copyright 2019 Chris Abela, Malta +# Copyright 2019, 2020 Chris Abela, Malta # 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=lumina-calculator -VERSION=${VERSION:-1.5.0_20190822} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |