aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dpkg.rb6
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__