aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ut-cache.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-08 10:20:15 -0700
committerAdam Vandenberg2010-08-08 11:24:36 -0700
commit2e7d624242adf41918ff2fb725032c5da8c8a926 (patch)
tree7333058abfbb7532a1a950a9b107466211e5e13e /Library/Formula/ut-cache.rb
parent90e8a6309a4f05544894dc320ac4635b895d606e (diff)
downloadhomebrew-2e7d624242adf41918ff2fb725032c5da8c8a926.tar.bz2
Update formulae to use path shortcuts
Diffstat (limited to 'Library/Formula/ut-cache.rb')
-rw-r--r--Library/Formula/ut-cache.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/ut-cache.rb b/Library/Formula/ut-cache.rb
index fe20bdd73..f70d41b69 100644
--- a/Library/Formula/ut-cache.rb
+++ b/Library/Formula/ut-cache.rb
@@ -10,10 +10,9 @@ class UtCache <Formula
def install
system "curl -o getdelim.c http://gist.github.com/raw/278167/26eae93b355d443693c1e8922a328d4a61b4a176/getdelim.c"
-
+ bin.mkpath
ENV['HOME'] = prefix
system "make"
- system "mkdir #{prefix}/bin"
system "make install"
end
end