diff options
| author | Jannis Leidel | 2010-07-15 10:40:32 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-15 07:01:35 -0700 |
| commit | c3ac0f1058b8fc37693e2bcd2949c35e93635d11 (patch) | |
| tree | b62789f42716d0d73fe09762cec261e168f912c5 /Library | |
| parent | f97538f30635e988f7170b848d3134149f0cf49a (diff) | |
| download | homebrew-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.rb | 2 |
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 |
