aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-10-26 22:30:29 -0500
committerJack Nagel2014-10-26 22:30:29 -0500
commit212c55639b0a1e6988560b84527acccc45d59976 (patch)
tree06d310bb7d8c4c2b8210b0838c20fe81f5542f57 /Library/Formula
parentfd7ae6f15e0ca9d87fb2d13c4302443628d0b793 (diff)
downloadhomebrew-212c55639b0a1e6988560b84527acccc45d59976.tar.bz2
liblwgeom: use lib.install
No evidence of this failure and I can't reproduce it (also it works in the postgis formula).
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/liblwgeom.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/liblwgeom.rb b/Library/Formula/liblwgeom.rb
index 7576ba5c9..7c3cf3253 100644
--- a/Library/Formula/liblwgeom.rb
+++ b/Library/Formula/liblwgeom.rb
@@ -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