From 68d1bc1a7837cd79e94f945132776d8e9b08beb3 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Wed, 4 May 2016 09:34:25 -0400 Subject: [PATCH] pastebinit: fix erroneous commit of etc.install change --- Formula/pastebinit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/pastebinit.rb b/Formula/pastebinit.rb index 85dfc80c61..e0b8bbb4e6 100644 --- a/Formula/pastebinit.rb +++ b/Formula/pastebinit.rb @@ -19,7 +19,7 @@ class Pastebinit < Formula inreplace "pastebinit", "/usr/local/etc/pastebin.d", etc + "pastebin.d" system "docbook2man", "pastebinit.xml" bin.install "pastebinit" - cp_r "pastebin.d", etc + etc.install "pastebin.d" man1.install "PASTEBINIT.1" => "pastebinit.1" libexec.install "po", "utils" end