diff --git a/wine/1-install_wine-to-pol.sh b/wine/1-install_wine-to-pol.sh index d9ec51f..7c3e033 100644 --- a/wine/1-install_wine-to-pol.sh +++ b/wine/1-install_wine-to-pol.sh @@ -4,9 +4,10 @@ updpkgsums makepkg -if [[ $(find ./ -type f -iname "*.tar.xz" | wc -l) -eq 1 ]]; then +if [[ $(find ./ -type f -iname "*.tar.xz" | wc -l) -eq 1 ]]; then #Install compiled Wine files to their corresponding places in PlayOnLinux installation. - bash -c ./playonlinux-script/install-to-pol.sh + cd ./playonlinux-script/ + bash ./install-to-pol.sh fi #Remove deprecated src & pkg folders