commit | 5259191c7fda05bb4e718e98cc944325db50e28e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 09 14:43:00 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 09 14:43:00 2013 -0700 |
tree | 7cc762e2c370a90d3f78b05e5d919b611eb0b519 | |
parent | 2301b175ef753980899d8b6de3d15d3f3c357785 [diff] [blame] |
Correcting osxdist script
diff --git a/osxdist.py b/osxdist.py index 9e7ac14..8551e1a 100755 --- a/osxdist.py +++ b/osxdist.py
@@ -388,7 +388,7 @@ print '' # Create diskimage - title = "ChronosChat-%s" % ver + title = "ChronoChat-%s" % ver fn = "build/%s.dmg" % title d = DiskImage(fn, title) d.symlink('/Applications', '/Applications')