mailr2571 - /1.2/sconstruct


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

Header


Content

Posted by edward on September 19, 2006 - 10:30:
Author: bugman
Date: Tue Sep 19 10:30:20 2006
New Revision: 2571

URL: http://svn.gna.org/viewcvs/relax?rev=2571&view=rev
Log:
Readded the machine name to the GNU/Linux binary distribution package which 
was accidentally lost.


Modified:
    1.2/sconstruct

Modified: 1.2/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sconstruct?rev=2571&r1=2570&r2=2571&view=diff
==============================================================================
--- 1.2/sconstruct (original)
+++ 1.2/sconstruct Tue Sep 19 10:30:20 2006
@@ -449,7 +449,7 @@
             self.SRC_FILE = 'relax-' + version + '.src.zip'
             self.DIST_TYPE = 'zip'
         else:
-            self.BIN_FILE = 'relax-' + version + '.' + self.SYS + '.tar.bz2'
+            self.BIN_FILE = 'relax-' + version + '.' + self.SYS + '.' + 
self.MACH + '.tar.bz2'
             self.SRC_FILE = 'relax-' + version + '.src.tar.bz2'
             self.DIST_TYPE = 'tar'
 




Related Messages


Powered by MHonArc, Updated Tue Sep 19 10:40:05 2006