From 447f01c57262ec7800e11b2456f110f68784672a Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 3 May 2001 18:33:12 +0000 Subject: [PATCH] Fix the www.winehq.com directory handling. --- documentation/make_winehq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/make_winehq b/documentation/make_winehq index a3f27ca54f2..240295ba3bb 100755 --- a/documentation/make_winehq +++ b/documentation/make_winehq @@ -20,11 +20,11 @@ WWWDIR=www.winehq.com ## Want to put this into a sub-directory for easier maintenance -if [ -a $WWWDIR ]; then +if [ -e $WWWDIR ]; then rm -rf $WWWDIR.old mv $WWWDIR $WWWDIR.old - mkdir $WWWDIR fi +mkdir $WWWDIR ## Create four-book HTML tarball echo "./db2html-winehq wine-user.sgml"