diff options
| author | Jack Nagel | 2014-07-10 15:41:34 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-10 15:41:34 -0500 |
| commit | 9b75c920f8a0addafa4eb917f072d5798f1e2694 (patch) | |
| tree | 96f263824937427a20c83ba02e6683f679748a47 /Library/Formula | |
| parent | 9d799f152a18adb5933eb50eb2a6ec2f0ae275ee (diff) | |
| download | homebrew-9b75c920f8a0addafa4eb917f072d5798f1e2694.tar.bz2 | |
subversion: remove comment
The problem with moving symlinks across volumes is an old one, and
Pathname#install is designed to work around it. This is detailed in
extend/pathname.rb.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/subversion.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index d917297af..01f44a831 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -174,8 +174,6 @@ class Subversion < Formula # Some of the libraries get installed into the wrong place, they end up having the # prefix in the directory name twice. - # There's an ongoing issue with Ruby's mv placing files in the wrong directory and erroring out. - # The below addition should resolve the issue for now. See https://github.com/Homebrew/homebrew/issues/30370 lib.install Dir["#{prefix}/#{lib}/*"] end |
