aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKyle Fuller2011-03-10 02:17:40 +0000
committerAdam Vandenberg2011-03-09 21:25:34 -0800
commit5e8ac1ed89cb316dbc6e5b949c5ce6ab112428ac (patch)
tree46c61e7716e43a76af2a4d8e95579a6e681efa1e /Library
parentc8e7c65b0c0156a29bff436edd89098abef555dd (diff)
downloadhomebrew-5e8ac1ed89cb316dbc6e5b949c5ce6ab112428ac.tar.bz2
tmux - remove unneeded inreplace
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tmux.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb
index dc02ac3ec..f58c89529 100644
--- a/Library/Formula/tmux.rb
+++ b/Library/Formula/tmux.rb
@@ -12,8 +12,6 @@ class Tmux <Formula
system "./configure"
inreplace "GNUmakefile" do |s|
- # Fix 'install' flags
- s.gsub! " -g bin -o root", ""
# Put docs in the right place
s.gsub! "man/man1", "share/man/man1"
end