summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-15 17:09:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-15 17:09:56 -0400
commit22b568b78e1e2ba24bfab023a212a1fb7280e09f (patch)
tree7b4a6f5dbcb169909768e25187abbab6b35edb95 /Makefile
parentd5926a04721245ce838ffaa693371d631aaeeed1 (diff)
work around strange hdiutil crash on git-annex-shell.1
Suspect this is due to the UDBZ format.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ade2c5bd..538d55499 100644
--- a/Makefile
+++ b/Makefile
@@ -164,6 +164,8 @@ osxapp: Build/Standalone Build/OSXMkLibs
# OSX looks in man dir nearby the bin
$(MAKE) install-mans DESTDIR="$(OSXAPP_BASE)/.." SHAREDIR="" PREFIX=""
+ # This file breaks hditul create
+ rm -f "$(OSXAPP_BASE)/../man/man1/git-annex-shell.1"
./Build/OSXMkLibs $(OSXAPP_BASE)
cd $(OSXAPP_DEST) && find . -type f > Contents/MacOS/git-annex.MANIFEST