aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexis Hildebrandt2012-07-03 11:28:09 +0200
committerAdam Vandenberg2012-07-03 07:00:59 -0700
commitffbcf7ada9c802c6eb739d909712242eed085f43 (patch)
tree42d0a79f3d5d31a0d2e0a5b1a79988b1082e235a /Library
parentf78a5527f6bee9c1a64284c8a9fc72c117f51820 (diff)
downloadhomebrew-ffbcf7ada9c802c6eb739d909712242eed085f43.tar.bz2
wemux: specify etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wemux.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/wemux.rb b/Library/Formula/wemux.rb
index 7177e6ad1..2e64994e0 100644
--- a/Library/Formula/wemux.rb
+++ b/Library/Formula/wemux.rb
@@ -10,10 +10,11 @@ class Wemux < Formula
depends_on 'tmux'
def install
+ inreplace 'wemux', '/usr/local/etc', etc
bin.install 'wemux'
man1.install 'man/wemux.1'
- inreplace "wemux.conf.example", 'change_this', ENV['USER']
+ inreplace 'wemux.conf.example', 'change_this', ENV['USER']
etc.install 'wemux.conf.example' => 'wemux.conf'
end