diff options
| author | Kieran Pilkington <kieran@katipo.co.nz> | 2009-12-21 14:19:21 +1300 |
|---|---|---|
| committer | Kieran Pilkington <kieran@katipo.co.nz> | 2009-12-21 14:19:21 +1300 |
| commit | ac99380f29b83e72b0924be631d15a4bee879fe3 (patch) | |
| tree | d8e795bac8682bb1017c736c0857b0272d55cc64 /_posts | |
| parent | 783e7e4d54134684427f09392949639bae2677cc (diff) | |
/usr/local is the preferred installation path for Homebrew
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2009-06-14-mac-git-installation.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2009-06-14-mac-git-installation.textile b/_posts/2009-06-14-mac-git-installation.textile index 01ce73b..7e5317a 100644 --- a/_posts/2009-06-14-mac-git-installation.textile +++ b/_posts/2009-06-14-mac-git-installation.textile @@ -20,11 +20,11 @@ h2. Homebrew <pre class="terminal">$ brew install git ==> Downloading http://kernel.org/pub/software/scm/git/git-1.6.5.7.tar.bz2 ######################################################################## 100.0% -==> ./configure --prefix=/opt/local/Cellar/git/1.6.5.7 +==> ./configure --prefix=/usr/local/Cellar/git/1.6.5.7 ==> make install ==> Downloading http://kernel.org/pub/software/scm/git/git-manpages-1.6.5.7.tar.bz2 ######################################################################## 100.0% -/opt/local/Cellar/git/1.6.5.7: 383 files, 16M, built in 74 seconds +/usr/local/Cellar/git/1.6.5.7: 383 files, 16M, built in 74 seconds </pre> h2. MacPorts |
