aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJannis Leidel2010-07-15 10:40:32 +0200
committerAdam Vandenberg2010-07-15 07:01:35 -0700
commitc3ac0f1058b8fc37693e2bcd2949c35e93635d11 (patch)
treeb62789f42716d0d73fe09762cec261e168f912c5 /Library
parentf97538f30635e988f7170b848d3134149f0cf49a (diff)
downloadhomebrew-c3ac0f1058b8fc37693e2bcd2949c35e93635d11.tar.bz2
Fixed pip's default storage dir.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pip.rb b/Library/Formula/pip.rb
index 7da0a9abd..fd89b88ee 100644
--- a/Library/Formula/pip.rb
+++ b/Library/Formula/pip.rb
@@ -42,7 +42,7 @@ class Pip <Formula
# Replace placeholders with HOMEBREW paths
s.gsub! '#BUILD_PREFIX#', "'#{var}/pip/build'"
s.gsub! '#SRC_PREFIX#', "'#{var}/pip/src'"
- s.gsub! '#STORAGE_DIR#', "'#{var}/pip/pip.log'"
+ s.gsub! '#STORAGE_DIR#', "'#{var}/pip'"
s.gsub! '#CONFIG_FILE#', "'#{etc}/pip.conf'"
s.gsub! '#LOG_FILE#', "'#{var}/pip/pip.log'"
end