diff options
| author | vemacs | 2014-03-26 11:18:39 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-26 17:58:00 +0000 |
| commit | d82fe672a497603ad9e9cdeb8a6871dbd577c0cf (patch) | |
| tree | d09623315c13a950a59b9fe5363a2c4385465347 | |
| parent | 76ded580abeaa8a34de16c1c0c817b0d1636579e (diff) | |
| download | homebrew-d82fe672a497603ad9e9cdeb8a6871dbd577c0cf.tar.bz2 | |
pastebinit: fixup etc location.
Use where we installed `pastebin.d` instead of the location provided in
the script. This shouldn't affect most users.
Closes #27887.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/pastebinit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pastebinit.rb b/Library/Formula/pastebinit.rb index dbe39e643..3a058f35c 100644 --- a/Library/Formula/pastebinit.rb +++ b/Library/Formula/pastebinit.rb @@ -10,6 +10,7 @@ class Pastebinit < Formula def install inreplace "pastebinit", "/usr/bin/python3", Formula["python3"].opt_bin + "python3" + inreplace "pastebinit", "/usr/local/etc/pastebin.d", etc + "pastebin.d" system "docbook2man", "pastebinit.xml" bin.install "pastebinit" etc.install "pastebin.d" |
