Fixed an error with finding wine_gecko.
This commit is contained in:
parent
fd933f6dad
commit
447344bec9
@ -706,7 +706,7 @@ install_wine_bottle() {
|
|||||||
# Arguments to the function are dependancies to be installed.
|
# Arguments to the function are dependancies to be installed.
|
||||||
# Get location of mono and gecko.
|
# Get location of mono and gecko.
|
||||||
monoPath="$(find /usr/share/wine/ -maxdepth 1 -type d -name mono 2> /dev/null)"
|
monoPath="$(find /usr/share/wine/ -maxdepth 1 -type d -name mono 2> /dev/null)"
|
||||||
geckoPath="$(find /usr/share/wine/ -maxdepth 1 -type d "gecko" 2> /dev/null)"
|
geckoPath="$(find /usr/share/wine/ -maxdepth 1 -type d -name "gecko" 2> /dev/null)"
|
||||||
if [[ -z "$monoPath" ]]; then
|
if [[ -z "$monoPath" ]]; then
|
||||||
download 'http://dl.winehq.org/wine/wine-mono/6.0.0/wine-mono-6.0.0-x86.msi'
|
download 'http://dl.winehq.org/wine/wine-mono/6.0.0/wine-mono-6.0.0-x86.msi'
|
||||||
monoPath="${cache}/wine-mono-6.0.0-x86.msi"
|
monoPath="${cache}/wine-mono-6.0.0-x86.msi"
|
||||||
|
Loading…
Reference in New Issue
Block a user