From: robk-tahoe Date: Wed, 23 Jan 2008 21:51:18 +0000 (-0700) Subject: mac build: fixed permission problem on upload .dmg X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=d38b8cedc153a1589afdd1d070f1ef9ac11d6a71;p=tahoe-lafs%2Ftahoe-lafs.git mac build: fixed permission problem on upload .dmg --- diff --git a/mac/Makefile b/mac/Makefile index d280c3be..cb614478 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -19,7 +19,7 @@ diskimage: upload: mkdir $(VERSION) mv Allmydata-$(VERSION).dmg $(VERSION)/ - chmod go+rx $(VERSION)/ + chmod -R go+rx $(VERSION)/ rsync -av $(VERSION) amduser@svn.allmydata.com:/home/amduser/public_html/dist/tahoe/mac/ cleanup: