aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/proj.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/proj.rb')
-rw-r--r--Library/Formula/proj.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/proj.rb b/Library/Formula/proj.rb
index 22776b556..1e895a6b0 100644
--- a/Library/Formula/proj.rb
+++ b/Library/Formula/proj.rb
@@ -19,7 +19,7 @@ class Proj <Formula
# The datum grid files are required to support datum shifting
d = Dir.getwd
- ProjDatumgrid.new.brew { FileUtils.cp Dir["*"], "#{d}/nad/" }
+ ProjDatumgrid.new.brew { cp Dir["*"], "#{d}/nad/" }
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"