mac build: fixed permission problem on upload .dmg

This commit is contained in:
robk-tahoe 2008-01-23 14:51:18 -07:00
parent 3b8fbc6ef2
commit d38b8cedc1

View File

@ -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: