aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMax Howell2009-08-23 19:05:05 +0100
committerMax Howell2009-08-24 01:04:54 +0100
commit3f8c2a8a4a6f7eae3198b0f61534493c2db90943 (patch)
treef01817964c3bcd0b0c2efd65aec492ad2668eaf6 /Library/Homebrew
parentcaf2d9997257119ccd2319f3bd877bffb1b9a6e4 (diff)
downloadhomebrew-3f8c2a8a4a6f7eae3198b0f61534493c2db90943.tar.bz2
Playdar formula
Fix git download strategy
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 14c22468c..5453645a2 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -103,7 +103,7 @@ class GitDownloadStrategy <AbstractDownloadStrategy
dst=Dir.getwd
Dir.chdir @clone do
# http://stackoverflow.com/questions/160608/how-to-do-a-git-export-like-svn-export
- safe_system 'git', 'checkout-index', '-af', "--prefix=#{dst}"
+ safe_system 'git', 'checkout-index', '-af', "--prefix=#{dst}/"
end
end
end