From d82fe672a497603ad9e9cdeb8a6871dbd577c0cf Mon Sep 17 00:00:00 2001 From: vemacs Date: Wed, 26 Mar 2014 11:18:39 -0600 Subject: 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 --- Library/Formula/pastebinit.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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" -- cgit v1.2.3