【发布时间】:2014-04-13 02:19:33
【问题描述】:
我在重新安装后从时间机器恢复了运行 10.9 的 Mac,但似乎 /usr/local/bin 下的某些公式的符号链接丢失了。公式仍然根据brew list $formula 安装,但没有来自/usr/local/bin 的链接。
(例如,/usr/local/Cellar/findutils/4.4.2/bin/gfind 存在但 /usr/local/bin/gfind 不存在)。
是否有“适当的”brew-方式来恢复来自/usr/local/bin 的链接,或者我应该只运行一个简单的find.. | xargs ln -s ...?
/usr/local/bin 下有很多其他公式的链接,可能是因为我执行了brew upgrade,但不是全部。
【问题讨论】: