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'
 


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to