aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-21 14:20:06 -0700
committerAdam Vandenberg2014-05-21 14:20:06 -0700
commita6fb4b9c0841dcd0867e572bfdcb69b58248ad2a (patch)
treed95957473b0fe5d4d9caf25789aa21038292faa5
parentf1b61d5d965bbc8d3d5fc013aff51f4bfef668f0 (diff)
downloadhomebrew-a6fb4b9c0841dcd0867e572bfdcb69b58248ad2a.tar.bz2
adobe-air-sdk: add caveat about AIR_HOME
Closes #29448.
-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