changeset 2986:9f690db761c1

further bin/ stripping. Remove shar tarball
author hanwen <hanwen@lilypond.org>
date Wed, 20 Dec 2006 01:09:02 +0100
parents d2212021c98f
children d9392f2db542
files lib/installer.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/installer.py	Wed Dec 20 01:08:37 2006 +0100
+++ b/lib/installer.py	Wed Dec 20 01:09:02 2006 +0100
@@ -58,7 +58,8 @@
             'bin/pf2afm',
             'bin/printafm',
             'bin/pv.sh',
-            'bin/pv.sh',
+            'bin/unix-lpr.sh',
+            'bin/wftopfa',
             'bin/idle',
             'bin/font2c',
             'bin/fixmswrd.pl',
@@ -306,6 +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')
         
 class Deb (Linux_installer):
     def create (self):