From 8f2410cd30afb768bc14818f715f1694da698ab5 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Fri, 29 Aug 2008 15:06:14 -0700
Subject: [PATCH] mac/Makefile: more attempts to debug the buildslave failure

---
 mac/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mac/Makefile b/mac/Makefile
index d18add63..1795a507 100644
--- a/mac/Makefile
+++ b/mac/Makefile
@@ -11,7 +11,7 @@ build:
 
 diskimage:
 	mv dist Allmydata-$(VERSION)
-	hdiutil create -verbose -ov -srcfolder Allmydata-$(VERSION) allmydata-rw.dmg
+	hdiutil create -verbose -skipunreadable -anyowners -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
-- 
2.45.2