lmdb: use make -C

master
Jack Nagel 2014-04-16 23:25:07 -05:00
parent b3f84b502b
commit b219466af2
1 changed files with 1 additions and 3 deletions

View File

@ -29,8 +29,6 @@ class Lmdb < Formula
lib.mkpath
include.mkpath
cd 'libraries/liblmdb' do
system "make", "install", "prefix=#{prefix}"
end
system "make", "-C", "libraries/liblmdb", "install", "prefix=#{prefix}"
end
end