Skip to content
Snippets Groups Projects
Commit ee981dd5 authored by brad kittenbrink's avatar brad kittenbrink
Browse files

CHOP-223 fix for more mac build breakage from the previous changes.

parent 7c287011
No related branches found
No related tags found
No related merge requests found
...@@ -714,7 +714,7 @@ def construct(self): ...@@ -714,7 +714,7 @@ def construct(self):
def copy_finish(self): def copy_finish(self):
# Force executable permissions to be set for scripts # Force executable permissions to be set for scripts
# see CHOP-223 and http://mercurial.selenic.com/bts/issue1802 # see CHOP-223 and http://mercurial.selenic.com/bts/issue1802
for script in 'MacOS/update_install',: for script in 'Contents/MacOS/update_install',:
self.run_command("chmod +x %r" % os.path.join(self.get_dst_prefix(), script)) self.run_command("chmod +x %r" % os.path.join(self.get_dst_prefix(), script))
def package_finish(self): def package_finish(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment