aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-sdk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/android-sdk.rb')
-rw-r--r--Library/Formula/android-sdk.rb17
1 files changed, 9 insertions, 8 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index a04477d3d..9961ec85a 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -25,13 +25,14 @@ class AndroidSdk <Formula
end
end
- 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
-
-Please add this line to your .bash_profile:
- export ANDROID_SDK_ROOT=#{prefix}
-EOS
+ def caveats; <<-EOS.undent
+ We agreed to the Android SDK License Agreement for you when we downloaded the
+ SDK. If this is unacceptable you should uninstall. 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