diff options
| author | Max Howell | 2012-03-06 16:00:47 +0000 |
|---|---|---|
| committer | Max Howell | 2012-03-06 16:00:47 +0000 |
| commit | 740f4177333d7ce3f1911e0b4e1f3d6b6566b58a (patch) | |
| tree | 86f37a1d092d2970f5c1e7b6819cf4ff16925c0f /Library | |
| parent | 65592d9242d585cf1de69b8a3a852313f8042944 (diff) | |
| download | homebrew-740f4177333d7ce3f1911e0b4e1f3d6b6566b58a.tar.bz2 | |
Don't create crazy bin symlink
Closes #10680.
I believe this was an error, everything still seems to work.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/android-sdk.rb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb index e2dc71a75..44c7f56e8 100644 --- a/Library/Formula/android-sdk.rb +++ b/Library/Formula/android-sdk.rb @@ -7,7 +7,7 @@ class AndroidSdk < Formula version 'r16' def self.var_dirs - %w[platforms samples temp add-ons bin] + %w[platforms samples temp add-ons] # TODO docs, google-market_licensing and platform-tools # See the long comment below for the associated problems end @@ -60,13 +60,10 @@ class AndroidSdk < Formula EOS end - # The `android' tool insists on deleting /usr/local/Cellar/android-sdl/rx/platform-tools + # The `android' tool insists on deleting #{prefix}/platform-tools # and then installing the new one. So it is impossible for us to redirect # the SDK location to var so that the platform-tools don't have to be - # freshly installed EVERY FUCKING time the base SDK updates. - # My disgust at Google's ineptitude here knows NO bounds. I can only LOL. - # And I do LOL. A lot. In Google's general direction. I can't stop LOLing. - # In fact, I may have LOLd myself into insanity. + # freshly installed EVERY DANG time the base SDK updates. # Ideas: make android a script that calls the actual android tool, but after # that tool exits it repairs the directory locations? |
