aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tmux.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tmux.rb')
-rw-r--r--Library/Formula/tmux.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb
index 41e5ce275..f3cc8c42e 100644
--- a/Library/Formula/tmux.rb
+++ b/Library/Formula/tmux.rb
@@ -11,11 +11,11 @@ class Tmux <Formula
ENV['PREFIX'] = prefix
system "./configure"
- inreplace "GNUmakefile" do |f|
+ inreplace "GNUmakefile" do |s|
# Fix 'install' flags
- f.gsub! " -g bin -o root", ""
+ s.gsub! " -g bin -o root", ""
# Put docs in the right place
- f.gsub! "man/man1", "share/man/man1"
+ s.gsub! "man/man1", "share/man/man1"
end
system "make install"