library-web r537 - in trunk: . src



Author: fpeters
Date: Wed Nov  5 12:57:25 2008
New Revision: 537
URL: http://svn.gnome.org/viewvc/library-web?rev=537&view=rev

Log:
* src/lgo.py: make sure the extract stamp directory exists when
building a single tarball.



Modified:
   trunk/ChangeLog
   trunk/src/lgo.py

Modified: trunk/src/lgo.py
==============================================================================
--- trunk/src/lgo.py	(original)
+++ trunk/src/lgo.py	Wed Nov  5 12:57:25 2008
@@ -1809,6 +1809,8 @@
 
         if stamp_file:
             # touch extract stamp file
+            if not os.path.exists(ext_dirname):
+                os.makedirs(ext_dirname)
             file(stamp_file, 'w').close()
 
         return doc_modules



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