aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvemacs2014-03-26 11:18:39 -0600
committerMike McQuaid2014-03-26 17:58:00 +0000
commitd82fe672a497603ad9e9cdeb8a6871dbd577c0cf (patch)
treed09623315c13a950a59b9fe5363a2c4385465347
parent76ded580abeaa8a34de16c1c0c817b0d1636579e (diff)
downloadhomebrew-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.rb1
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"