mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-23 04:05:15 +00:00
mac build: fixed permission problem on upload .dmg
This commit is contained in:
parent
3b8fbc6ef2
commit
d38b8cedc1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user