[Slackbuilds-users] opera 41.0.2353.46

Jim Diamond Jim.Diamond at acadiau.ca
Sat Nov 5 20:56:17 UTC 2016


I just installed this package and got a /usr/bin/opera with contents

#!/bin/bash

# Allow users to override command-line options
# Based on Gentoo's chromium package (and by extension, Debian's)

if [[ -f /etc/opera/default ]]; then
        . /etc/opera/default
fi

# Prefer user defined CHROMIUM_USER_FLAGS (from env) over system
# default CHROMIUM_FLAGS (from /etc/chromium/default)

OPERA_FLAGS=${OPERA_USER_FLAGS:-$OPERA_FLAGS}

if [ "$ARCH" = "x86_64" ]; then
        exec /usr/lib64/opera/opera $OPERA_FLAGS "$@"
else
        exec /usr/lib/opera/opera $OPERA_FLAGS "$@"
fi


I am running Slackware64, but I don't have variable ARCH set, so it
tries to run /usr/lib/opera/opera, which isn't there.


Is this package correct in assuming I am supposed to have $ARCH ?
(This would be news to me.)

Or is there a bug in the package and/or its installation procedure for
Slackware?

Cheers.

                                Jim



More information about the SlackBuilds-users mailing list