Browse Source

Wine: POL script, fix minor typo

master
Fincer 7 years ago
parent
commit
59acf59f6e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      wine/1-install_wine-to-pol.sh

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

@ -11,6 +11,7 @@ if [[ $(find ./ -type f -iname "*.tar.xz" | wc -l) -eq 1 ]]; then
fi
#Remove deprecated src & pkg folders
cd ..
rm -fR ./{src,pkg}
#Compiled tar.xz package is not "compatible" or as good as the Wine package compiled with the original PKGBUILD rules. Thus, we remove the created tar.xz file.


Loading…
Cancel
Save