aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sip.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sip.rb')
-rw-r--r--Library/Formula/sip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb
index de479e522..997a5eed8 100644
--- a/Library/Formula/sip.rb
+++ b/Library/Formula/sip.rb
@@ -28,7 +28,7 @@ class Sip < Formula
if build.head?
# Link the Mercurial repository into the download directory so
# build.py can use it to figure out a version number.
- ln_s downloader.cached_location + ".hg", ".hg"
+ ln_s cached_download + ".hg", ".hg"
# build.py doesn't run with python3
system "python", "build.py", "prepare"
end