From d38b8cedc153a1589afdd1d070f1ef9ac11d6a71 Mon Sep 17 00:00:00 2001 From: robk-tahoe Date: Wed, 23 Jan 2008 14:51:18 -0700 Subject: [PATCH] mac build: fixed permission problem on upload .dmg --- mac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.45.2