aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-sdk.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-19 16:17:13 -0800
committerAdam Vandenberg2010-02-19 16:17:13 -0800
commit5c4ef8f97dda1616b950d0cf55d1c76185e2447a (patch)
treec3ae6cd80458cdccf4d0eac5de06260a5fdc466a /Library/Formula/android-sdk.rb
parentd520429e551e3b66bcecaed3e62c82e84fb1a894 (diff)
downloadhomebrew-5c4ef8f97dda1616b950d0cf55d1c76185e2447a.tar.bz2
Add ANDROID_SDK_ROOT to Android's caveats.
Diffstat (limited to 'Library/Formula/android-sdk.rb')
-rw-r--r--Library/Formula/android-sdk.rb8
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index 6f7745ffe..a04477d3d 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -25,9 +25,13 @@ class AndroidSdk <Formula
end
end
- def caveats; "\
+ def caveats; <<-EOS
We agreed to the Android SDK License Agreement for you by downloading the SDK.
If this is unacceptable you should uninstall.
-You can read the license at: http://developer.android.com/sdk/terms.html"
+You can read the license at: http://developer.android.com/sdk/terms.html
+
+Please add this line to your .bash_profile:
+ export ANDROID_SDK_ROOT=#{prefix}
+EOS
end
end