changeset 5865:16d8fde8bc5c

Fix issue 403 (OSX creation date)
author Graham Percival <graham@percival-music.ca>
date Sat, 12 Dec 2009 11:53:37 +0000
parents 9b6d49345428
children 30d696f9a00f
files gub/installer.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/installer.py	Thu Dec 03 01:39:56 2009 +0000
+++ b/gub/installer.py	Sat Dec 12 11:53:37 2009 +0000
@@ -359,6 +359,7 @@
             ],
             '%(darwin_bundle_dir)s/Contents/Resources/Welcome-to-LilyPond-MacOS.ly',
             env=locals ())
+        self.system ('cd %(darwin_bundle_dir)s/../ && find LilyPond.app | xargs touch', locals ())
         
         self.system ('cd %(darwin_bundle_dir)s/../ && tar cjf %(bundle_zip)s LilyPond.app',
                      locals ())