diff --git a/wine/1-install_wine-to-pol.sh b/wine/1-install_wine-to-pol.sh index 7c3e033..a690364 100644 --- a/wine/1-install_wine-to-pol.sh +++ b/wine/1-install_wine-to-pol.sh @@ -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.