aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/emacs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/emacs.rb')
-rw-r--r--Library/Formula/emacs.rb2
1 files changed, 1 insertions, 1 deletions
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