From 7e0666b013eeb99c142b453107d1df530ba68c6c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 30 Jan 2013 16:59:55 -0600 Subject: build.sh now installs into Homebrew's Cellar --- tools/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/build.sh b/tools/build.sh index e79689e3..ba563e34 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -5,6 +5,7 @@ shift 1 JOBS=-j$(sysctl -n hw.activecpu) OPTIONS="$flavor --debug --python --ninja --doxygen $JOBS" +OPTIONS="$OPTIONS --prefix /usr/local/Cellar/ledger/HEAD" time ( \ cd ~/src/ledger ; \ -- cgit v1.2.3