]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Avoid removing dir in awstats
authoreldy <>
Thu, 31 Jul 2008 13:56:37 +0000 (13:56 +0000)
committereldy <>
Thu, 31 Jul 2008 13:56:37 +0000 (13:56 +0000)
make/exe/awstats.nsi

index 2415f59db6fd87908eb6222173a801b617171809..cf141158b8a7ad63e73be3f7ef58e19dad55712b 100644 (file)
@@ -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