aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"