aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/geocouch.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/geocouch.rb b/Library/Formula/geocouch.rb
index a92770b39..2e3594d4a 100644
--- a/Library/Formula/geocouch.rb
+++ b/Library/Formula/geocouch.rb
@@ -123,7 +123,7 @@ class Geocouch < Formula
Alternately, prepare launchctl to start/stop geocouch as follows:
- /bin/cp #{geocouch_share}/geocouch.plist ~/Library/LaunchAgents
+ cp #{geocouch_share}/geocouch.plist ~/Library/LaunchAgents
chmod 0644 ~/Library/LaunchAgents/geocouch.plist
launchctl load ~/Library/LaunchAgents/geocouch.plist
@@ -147,7 +147,7 @@ class Geocouch < Formula
One last thing: to uninstall geocouch from your couchdb installation:
- /bin/rm /usr/local/etc/couchdb/default.d/geocouch.ini
+ rm #{HOMEBREW_PREFIX}/etc/couchdb/default.d/geocouch.ini
unset ERL_FLAGS
brew uninstall geocouch couchdb; brew install couchdb