aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index 825872d93..58467a587 100755
--- a/bin/brew
+++ b/bin/brew
@@ -210,6 +210,7 @@ begin
beginning = Time.now
o=__obj(name)
raise "#{o.prefix} already exists!" if o.prefix.exist?
+ o.prefix.mkpath
o.brew { o.install }
ohai 'Finishing up'
o.clean