renamed dist dir to synergy (dmg takes name of this dir)

This commit is contained in:
Nick Bolton 2012-07-29 20:56:37 +00:00
parent 26aafeebae
commit e8239d6297
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ class InternalCommands:
def distMac(self):
dir = self.getGenerator().binDir
dist = dir + "/dist"
dist = dir + "/Synergy"
# ensure dist dir is clean
if os.path.exists(dist):