liblwgeom: use lib.install

No evidence of this failure and I can't reproduce it (also it works in
the postgis formula).
This commit is contained in:
Jack Nagel 2014-10-26 22:30:29 -05:00
parent f9e3f5353d
commit 98603a9827

View file

@ -70,8 +70,7 @@ class Liblwgeom < Formula
system 'make', 'install', "DESTDIR=#{buildpath}/stage"
end
# NOTE: lib.install Dir['stage/**/lib/*'] fails (symlink is not resolved)
prefix.install Dir["stage/**/lib"]
lib.install Dir["stage/**/lib/*"]
include.install Dir["stage/**/include/*"]
end
end