diff options
| author | Misty De Meo | 2013-03-11 16:57:04 -0500 |
|---|---|---|
| committer | Misty De Meo | 2013-03-11 16:57:35 -0500 |
| commit | beb2a318170779062eae4b990211845d4c1e6fd6 (patch) | |
| tree | a433f47cf990ccaa7eecef1035d9cccb3902ed60 /Library | |
| parent | 85d98e8e1b07f6fcbc1f8f911e48b64002945bac (diff) | |
| download | homebrew-beb2a318170779062eae4b990211845d4c1e6fd6.tar.bz2 | |
dpkg: add caveats
Fixes #18044.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dpkg.rb | 6 |
1 files changed, 6 insertions, 0 deletions
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__ |
