From: eldy <> Date: Thu, 31 Jul 2008 13:56:37 +0000 (+0000) Subject: Avoid removing dir in awstats X-Git-Tag: AWSTATS_6_9_BETA~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56aabd0e9847958b2c439bd4ff8092df53ac07e2;p=thirdparty%2FAWStats.git Avoid removing dir in awstats --- diff --git a/make/exe/awstats.nsi b/make/exe/awstats.nsi index 2415f59d..cf141158 100644 --- a/make/exe/awstats.nsi +++ b/make/exe/awstats.nsi @@ -199,9 +199,9 @@ Section "Uninstall" Delete "$INSTDIR\Uninstall.exe" Delete "$INSTDIR\README.TXT" - RMDir /r "$INSTDIR/docs" - RMDir /r "$INSTDIR/tools" - RMDir /r "$INSTDIR/wwwroot" + RMDir /r "$INSTDIR\docs" + RMDir /r "$INSTDIR\tools" + RMDir /r "$INSTDIR\wwwroot" RMDir "$INSTDIR" SectionEnd