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