mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
mac/Makefile: remove the verbose hdiutil diagnostics now that we resolved the problem
This commit is contained in:
parent
ae6cc14a2d
commit
652b96ec95
@ -11,7 +11,7 @@ build:
|
||||
|
||||
diskimage:
|
||||
mv dist Allmydata-$(VERSION)
|
||||
hdiutil create -verbose -skipunreadable -anyowners -ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
|
||||
hdiutil create -ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
|
||||
hdiutil convert -ov allmydata-rw.dmg -format UDRO -o allmydata-ro.dmg
|
||||
hdiutil convert -ov allmydata-ro.dmg -format UDZO -o Allmydata-$(VERSION).dmg
|
||||
hdiutil internet-enable -yes Allmydata-$(VERSION).dmg
|
||||
|
Loading…
Reference in New Issue
Block a user