From 59acf59f6e6595a1109ecab7467fab891668354d Mon Sep 17 00:00:00 2001 From: Fincer Date: Tue, 21 Mar 2017 10:04:24 +0200 Subject: [PATCH] Wine: POL script, fix minor typo --- wine/1-install_wine-to-pol.sh | 1 + 1 file changed, 1 insertion(+) 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.