diff options
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 78acdecf61f69..71e7fb28588d1 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/ |