work around strange hdiutil crash on git-annex-shell.1
Suspect this is due to the UDBZ format.
This commit is contained in:
parent
1875b90f38
commit
f119c625bb
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -164,6 +164,8 @@ osxapp: Build/Standalone Build/OSXMkLibs
|
||||||
|
|
||||||
# OSX looks in man dir nearby the bin
|
# OSX looks in man dir nearby the bin
|
||||||
$(MAKE) install-mans DESTDIR="$(OSXAPP_BASE)/.." SHAREDIR="" PREFIX=""
|
$(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)
|
./Build/OSXMkLibs $(OSXAPP_BASE)
|
||||||
cd $(OSXAPP_DEST) && find . -type f > Contents/MacOS/git-annex.MANIFEST
|
cd $(OSXAPP_DEST) && find . -type f > Contents/MacOS/git-annex.MANIFEST
|
||||||
|
|
Loading…
Reference in a new issue