mailr2491 - /1.2/sconstruct


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 02, 2006 - 08:35:
Author: bugman
Date: Tue May  2 08:34:32 2006
New Revision: 2491

URL: http://svn.gna.org/viewcvs/relax?rev=2491&view=rev
Log:
The Sconstruct generation of the distribution files now creates a base 
directory called
'relax-x.x.x/' where x.x.x is the version number rather than just 'relax/'.


Modified:
    1.2/sconstruct

Modified: 1.2/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sconstruct?rev=2491&r1=2490&r2=2491&view=diff
==============================================================================
--- 1.2/sconstruct (original)
+++ 1.2/sconstruct Tue May  2 08:34:32 2006
@@ -462,10 +462,10 @@
                 # Create the file name (without the base directory).
                 name = path.join(root, files[i])
                 name = name[len(base):]
-                print 'relax/' + name
+                print 'relax-' + version + '/' + name
 
                 # Tar information.
-                tarinfo = archive.gettarinfo(name, 'relax/' + name)
+                tarinfo = archive.gettarinfo(name, 'relax-' + version + '/' 
+ name)
 
                 # Add the file.
                 archive.addfile(tarinfo, file)




Related Messages


Powered by MHonArc, Updated Tue May 02 09:00:12 2006