This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TrueCrypt 7.1 is incompatible with Homebrew, largely because it | |
# hardcodes some osxfuse libs in /usr/local/lib. A tedious solutions | |
# was outlined in | |
# https://github.com/mxcl/homebrew/pull/10183#commitcomment-1425634, | |
# which I've modified ever so slightly | |
MV="/bin/mv -f" | |
RM="/bin/rm" |