# HG changeset patch # User Stefan BrĂ¼ns # Date 1506892583 -7200 # Node ID ca8a6ac7fbf629016bd4c8399ca45a216ee50b62 # Parent 84d25951c2dba31ece20aa3c341756506fb8dad3 - Correct plugin directory for aarch64 (boo#1061207). The wrapper script was not detecting aarch64 as a 64 bit architecture, thus used /usr/lib/browser-plugins/. diff -r 84d25951c2db -r ca8a6ac7fbf6 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sun Oct 01 23:13:44 2017 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sun Oct 01 23:16:23 2017 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sun Oct 1 18:25:16 UTC 2017 - stefan.bruens@rwth-aachen.de + +- Correct plugin directory for aarch64 (boo#1061207). The wrapper + script was not detecting aarch64 as a 64 bit architecture, thus + used /usr/lib/browser-plugins/. + +------------------------------------------------------------------- Sat Sep 30 20:10:50 UTC 2017 - zaitor@opensuse.org - Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0), diff -r 84d25951c2db -r ca8a6ac7fbf6 MozillaFirefox/mozilla.sh.in --- a/MozillaFirefox/mozilla.sh.in Sun Oct 01 23:13:44 2017 +0200 +++ b/MozillaFirefox/mozilla.sh.in Sun Oct 01 23:16:23 2017 +0200 @@ -72,7 +72,7 @@ mozilla_lib=`file $MOZ_PROGRAM` LIB=lib -echo $mozilla_lib | grep -q -E 'ELF.64-bit.*(x86-64|S/390|PowerPC)' && LIB=lib64 +echo $mozilla_lib | grep -q -E 'ELF.64-bit.*(x86-64|S/390|PowerPC|ARM aarch64)' && LIB=lib64 BROWSER_PLUGIN_DIR=/usr/$LIB/browser-plugins if [ ! -d $BROWSER_PLUGIN_DIR ]; then