From dbe23ee357bb069a7e5b4ce06e8466feb3aadbeb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 30 May 2014 13:17:26 -0500 Subject: Remove some unnecessary usage of Dir[] --- Library/Formula/emacs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/emacs.rb') diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 06a75e45f..385eeaddc 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -70,7 +70,7 @@ class Emacs < Formula def do_not_install_ctags unless build.include? "keep-ctags" (bin/"ctags").unlink - (share/man/man1/"ctags.1.gz").unlink + (man1/"ctags.1.gz").unlink end end -- cgit v1.2.3