diff options
| author | Jack Nagel | 2014-10-26 22:30:29 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-26 22:30:29 -0500 |
| commit | 212c55639b0a1e6988560b84527acccc45d59976 (patch) | |
| tree | 06d310bb7d8c4c2b8210b0838c20fe81f5542f57 /Library/Formula | |
| parent | fd7ae6f15e0ca9d87fb2d13c4302443628d0b793 (diff) | |
| download | homebrew-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.rb | 3 |
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 |
