changeset 971:9753dbfbf254

insert mingw into installer name.
author hanwen <hanwen@xs4all.nl>
date Thu, 12 Jan 2006 18:23:43 +0100
parents 4b6b719b8a3e
children 8e79cf7491d4
files specs/installer.py specs/mingw.py
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/specs/installer.py	Thu Jan 12 18:20:18 2006 +0100
+++ b/specs/installer.py	Thu Jan 12 18:23:43 2006 +0100
@@ -186,7 +186,9 @@
 		self.system ('cp %(nsisdir)s/*.scm.in %(targetdir)s')
 		self.system ('cp %(nsisdir)s/*.sh.in %(targetdir)s')
 		self.system ('cd %(targetdir)s && makensis lilypond.nsi')
-		self.system ('mv %(targetdir)s/setup.exe %(installer_uploads)s/lilypond-%(bundle_version)s-%(bundle_build)s.exe', locals ())
+
+		final = 'lilypond-%(bundle_version)s-%(bundle_build)s.%(platform)s.exe'
+		self.system ('mv %(targetdir)s/setup.exe %(installer_uploads)s/%(final)s', locals ())
 
 
 
--- a/specs/mingw.py	Thu Jan 12 18:20:18 2006 +0100
+++ b/specs/mingw.py	Thu Jan 12 18:23:43 2006 +0100
@@ -22,6 +22,7 @@
 		self.system ('cd %(srcdir)s/root && mv * usr',
 			     ignore_error=True)
 
+# ugh. should rename cygcheck.
 class Cygwin (gub.Binary_package):
 	"Only need the cygcheck.exe binary."