aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/objective-caml.rb
diff options
context:
space:
mode:
authorMax Howell2010-07-18 12:32:21 +0100
committerAdam Vandenberg2010-08-07 18:08:50 -0700
commitd2e9736950411eeb1c924499704ab18865f4f108 (patch)
tree241672e4caf8e9f7ef961b2e2a7c185f4d50a726 /Library/Formula/objective-caml.rb
parent689fa7f5b5ea46d5f6270a87d590789bdec763ec (diff)
downloadhomebrew-d2e9736950411eeb1c924499704ab18865f4f108.tar.bz2
Use new symlink aliases
Diffstat (limited to 'Library/Formula/objective-caml.rb')
-rwxr-xr-x[-rw-r--r--]Library/Formula/objective-caml.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb
index 5504de264..c02c46cdc 100644..100755
--- a/Library/Formula/objective-caml.rb
+++ b/Library/Formula/objective-caml.rb
@@ -5,8 +5,6 @@ class ObjectiveCaml <Formula
homepage 'http://caml.inria.fr/ocaml/index.en.html'
md5 '4601a7aea66444d61704de8de46c52c6'
- aka 'ocaml', 'o-caml'
-
# note it indeed seems necessary to skip cleaning everything
# see http://github.com/mxcl/homebrew/issues/issue/188
def skip_clean? path; true; end