diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-01-18 21:25:56 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:31 +0700 |
commit | f3e8f970a153b98216461d723f23da7bd4f9453b (patch) | |
tree | a2829cf37c7bfed192026ba639e91659d545531f /network/opera/opera.SlackBuild | |
parent | 0139193b2baffae0248e80d167c61b786501aa20 (diff) |
network/opera: Updated for version 42.0.2393.137.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/opera/opera.SlackBuild')
-rw-r--r-- | network/opera/opera.SlackBuild | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/network/opera/opera.SlackBuild b/network/opera/opera.SlackBuild index 78acdecf61f6..71e7fb28588d 100644 --- a/network/opera/opera.SlackBuild +++ b/network/opera/opera.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for opera. # -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # 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=opera -VERSION=${VERSION:-42.0.2393.94} +VERSION=${VERSION:-42.0.2393.137} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,17 +79,6 @@ find -L . \ mv usr $PKG -if [ "$ARCH" = "i586" ]; then - chown root:root $PKG/usr/lib/$PRGNAM/opera_sandbox - chmod 4755 "$PKG/usr/lib/$PRGNAM/opera_sandbox" -elif [ "$ARCH" = "i686" ]; then - chown root:root $PKG/usr/lib/$PRGNAM/opera_sandbox - chmod 4755 "$PKG/usr/lib/$PRGNAM/opera_sandbox" -elif [ "$ARCH" = "x86_64" ]; then - chown root:root $PKG/usr/lib64/$PRGNAM/opera_sandbox - chmod 4755 "$PKG/usr/lib64/$PRGNAM/opera_sandbox" -fi - mv $PKG/usr/share/doc $PKG/usr/ mv $PKG/usr/doc/$PRGNAM-stable $PKG/usr/doc/${PRGNAM}-$VERSION cd $PKG/usr/doc/${PRGNAM}-$VERSION/ |