aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/adobe-air-sdk.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/adobe-air-sdk.rb b/Library/Formula/adobe-air-sdk.rb
index 1393a620e..88264cbd4 100644
--- a/Library/Formula/adobe-air-sdk.rb
+++ b/Library/Formula/adobe-air-sdk.rb
@@ -21,4 +21,10 @@ class AdobeAirSdk < Formula
libexec.install Dir["*"]
bin.write_exec_script Dir["#{libexec}/bin/*"]
end
+
+ def caveats; <<-EOS.undent
+ To set AIR_HOME:
+ export AIR_HOME=#{libexec}
+ EOS
+ end
end