Browse Source

Wine: Fix POL script minor typos

master
Fincer 7 years ago
parent
commit
e877e2a5b7
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      wine/1-install_wine-to-pol.sh

+ 3
- 2
wine/1-install_wine-to-pol.sh View File

@ -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


Loading…
Cancel
Save