diff options
Diffstat (limited to 'network/opera/opera.SlackBuild')
-rw-r--r-- | network/opera/opera.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/opera/opera.SlackBuild b/network/opera/opera.SlackBuild index 2a4b261bfd..2f1bd3a65c 100644 --- a/network/opera/opera.SlackBuild +++ b/network/opera/opera.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opera -VERSION=${VERSION:-45.0.2552.881} +VERSION=${VERSION:-45.0.2552.888} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,6 +78,9 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mv usr $PKG +if [ "$ARCH" = "x86_64" ]; then + rm -rf $PKG/usr/lib +fi mv $PKG/usr/share/doc $PKG/usr/ mv $PKG/usr/doc/$PRGNAM-stable $PKG/usr/doc/${PRGNAM}-$VERSION |