diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-15 17:09:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-15 17:09:56 -0400 |
commit | 22b568b78e1e2ba24bfab023a212a1fb7280e09f (patch) | |
tree | 7b4a6f5dbcb169909768e25187abbab6b35edb95 /Makefile | |
parent | d5926a04721245ce838ffaa693371d631aaeeed1 (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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |