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:
parent
f9e3f5353d
commit
98603a9827
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue