commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5263 - trunk/gnue-common


From: reinhard
Subject: r5263 - trunk/gnue-common
Date: Mon, 8 Mar 2004 11:02:58 -0600 (CST)

Author: reinhard
Date: 2004-03-08 11:02:55 -0600 (Mon, 08 Mar 2004)
New Revision: 5263

Modified:
   trunk/gnue-common/setup-cvs.py
Log:
Remove old locale directory contents before creating new ones.
Symlinks standing there from earlier versions of setup-cvs.py could break
directory creation.


Modified: trunk/gnue-common/setup-cvs.py
===================================================================
--- trunk/gnue-common/setup-cvs.py      2004-03-08 15:58:00 UTC (rev 5262)
+++ trunk/gnue-common/setup-cvs.py      2004-03-08 17:02:55 UTC (rev 5263)
@@ -431,6 +431,7 @@
     rm -f sample.*
     ln -f -s %(CVSDIR)s/gnue-common/etc/sample.* .
 
+    rm -rf %(CONFDIR)s/share/locale
     cd %(CONFDIR)s/share/locale
     for i in %(CVSDIR)s/*; do
       package=`basename $i`





reply via email to

[Prev in Thread] Current Thread [Next in Thread]