From 5bc3108ef2fb57d3edefaa1f8d00066dd743cde2 Mon Sep 17 00:00:00 2001 From: hallucynogenyc Date: Mon, 3 Mar 2014 15:40:33 +0100 Subject: mongodb: executable is in bin Closes #27155. Signed-off-by: Mike McQuaid --- Library/Formula/mongodb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 4d5e77d97..ec428b0fe 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -113,7 +113,7 @@ class Mongodb < Formula #{plist_name} ProgramArguments - #{opt_prefix}/mongod + #{opt_prefix}/bin/mongod --config #{etc}/mongod.conf -- cgit v1.2.3