aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/metalua.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/metalua.rb
parent90e8a6309a4f05544894dc320ac4635b895d606e (diff)
downloadhomebrew-2e7d624242adf41918ff2fb725032c5da8c8a926.tar.bz2
Update formulae to use path shortcuts
Diffstat (limited to 'Library/Formula/metalua.rb')
-rw-r--r--Library/Formula/metalua.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/metalua.rb b/Library/Formula/metalua.rb
index 3c61c853c..b69b463ef 100644
--- a/Library/Formula/metalua.rb
+++ b/Library/Formula/metalua.rb
@@ -10,8 +10,8 @@ class Metalua <Formula
def install
Dir.chdir "src"
- ENV["INSTALL_BIN"] = "#{prefix}/bin"
- ENV["INSTALL_LIB"] = "#{prefix}/lib"
+ ENV["INSTALL_BIN"] = bin
+ ENV["INSTALL_LIB"] = lib
system "./make.sh"
system "./make-install.sh"