diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-05-12 18:21:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:22 +0700 |
commit | 29d30ba5a7f8006562ae1b673de0f7ac51a1097f (patch) | |
tree | 67fcc51419d809ca4cfc4253339c94c7d5dae77f /graphics/phototonic/phototonic.SlackBuild | |
parent | 4f919d0004a364353db923cd1ecc21c351a6d1de (diff) |
graphics/phototonic: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'graphics/phototonic/phototonic.SlackBuild')
-rw-r--r-- | graphics/phototonic/phototonic.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/phototonic/phototonic.SlackBuild b/graphics/phototonic/phototonic.SlackBuild index 1b8f5827e1a2..615ce4883467 100644 --- a/graphics/phototonic/phototonic.SlackBuild +++ b/graphics/phototonic/phototonic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for phototonic -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # 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=phototonic -VERSION=${VERSION:-1.7} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |