aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/global.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/global.rb')
-rw-r--r--Library/Formula/global.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/global.rb b/Library/Formula/global.rb
index 01b4db4bd..74b0d9fc1 100644
--- a/Library/Formula/global.rb
+++ b/Library/Formula/global.rb
@@ -8,10 +8,10 @@ class Global <Formula
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
-
+
# we copy these in already
Dir.chdir(share+'gtags') do
- FileUtils.rm %w[README COPYING LICENSE INSTALL ChangeLog AUTHORS]
+ rm %w[README COPYING LICENSE INSTALL ChangeLog AUTHORS]
end
end
end