projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8fbc6
)
mac build: fixed permission problem on upload .dmg
author
robk-tahoe
<robk-tahoe@allmydata.com>
Wed, 23 Jan 2008 21:51:18 +0000
(14:51 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Wed, 23 Jan 2008 21:51:18 +0000
(14:51 -0700)
mac/Makefile
patch
|
blob
|
history
diff --git
a/mac/Makefile
b/mac/Makefile
index d280c3bef7f07fd923f9b6c15fe299a3d2b22ee2..cb61447839aedfccf82bae8335e54ccc3baa25ea 100644
(file)
--- 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: