]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
mac build: fixed permission problem on upload .dmg
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 23 Jan 2008 21:51:18 +0000 (14:51 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 23 Jan 2008 21:51:18 +0000 (14:51 -0700)
mac/Makefile

index d280c3bef7f07fd923f9b6c15fe299a3d2b22ee2..cb61447839aedfccf82bae8335e54ccc3baa25ea 100644 (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: