From beb2a318170779062eae4b990211845d4c1e6fd6 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 11 Mar 2013 16:57:04 -0500 Subject: dpkg: add caveats Fixes #18044. --- Library/Formula/dpkg.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') diff --git a/Library/Formula/dpkg.rb b/Library/Formula/dpkg.rb index 5c131e2fb..e2200e56a 100644 --- a/Library/Formula/dpkg.rb +++ b/Library/Formula/dpkg.rb @@ -27,6 +27,12 @@ class Dpkg < Formula system "make" system "make install" end + + def caveats; <<-EOS.undent + This installation of dpkg is not configured to install software, so + commands such as `dpkg -i`, `dpkg --configure` will fail. + EOS + end end __END__ -- cgit v1.2.3