- 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/. OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=607
This commit is contained in:
parent
9706109990
commit
57c9fa3dde
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -72,7 +72,7 @@ fi
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user