make_winehq fix

François Gouget fgouget at codeweavers.com
Wed May 2 13:00:01 CDT 2001


Changelog:

   François Gouget <fgouget at codeweavers.com>

 * documentation/make_winehq
   Fix the www.winehq.com directory handling

-- 
François Gouget
fgouget at codeweavers.com
-------------- next part --------------
Index: documentation/make_winehq
===================================================================
RCS file: /home/cvs/wine/wine/documentation/make_winehq,v
retrieving revision 1.1
diff -u -r1.1 make_winehq
--- documentation/make_winehq	2001/01/19 20:58:37	1.1
+++ documentation/make_winehq	2001/05/02 17:49:17
@@ -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"


More information about the wine-patches mailing list