aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lua.rb
diff options
context:
space:
mode:
authorMisty De Meo2011-12-12 09:10:52 -0600
committerMisty De Meo2011-12-12 09:10:52 -0600
commitd29184867bfd829b0ce84d7b533caf545c6e3f6e (patch)
tree3e49bed3dafdfb7369545b905328e048c469a911 /Library/Formula/lua.rb
parent101a1679256f002b9deef5bfe1278e80e8484d7a (diff)
parentfbd51c114613c8b8b65039c37545dd9bf008f06c (diff)
downloadhomebrew-d29184867bfd829b0ce84d7b533caf545c6e3f6e.tar.bz2
Merge branch 'master' of git://github.com/mxcl/homebrew
Diffstat (limited to 'Library/Formula/lua.rb')
-rw-r--r--Library/Formula/lua.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lua.rb b/Library/Formula/lua.rb
index 1830bd28e..75e2a3818 100644
--- a/Library/Formula/lua.rb
+++ b/Library/Formula/lua.rb
@@ -92,7 +92,7 @@ index e4a3cd6..e35a1b5 100644
$(LUA_A): $(CORE_O) $(LIB_O)
- $(AR) $@ $?
- $(RANLIB) $@
-+ $(CC) -dynamiclib -install_name /usr/local/lib/liblua.5.1.dylib \
++ $(CC) -dynamiclib -install_name HOMEBREW_PREFIX/lib/liblua.5.1.dylib \
+ -compatibility_version 5.1 -current_version 5.1.4 \
+ -o liblua.5.1.4.dylib $^