changeset 2988:6a80d9baf105

thinko.
author hanwen <hanwen@lilypond.org>
date Wed, 20 Dec 2006 12:56:16 +0100
parents d9392f2db542
children 58535a025131
files lib/installer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/installer.py	Wed Dec 20 12:56:08 2006 +0100
+++ b/lib/installer.py	Wed Dec 20 12:56:16 2006 +0100
@@ -307,7 +307,7 @@
         hello = self.expand ("version %(installer_version)s release %(installer_build)s")
         create_shar (tarball, hello, head, target_shar)
         self.write_checksum ()
-        system ('rm %(bundle_tarball)s')
+        system ('rm %(tarball)s' % locals ())
         
 class Deb (Linux_installer):
     def create (self):