Fixed pip's default storage dir.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jannis Leidel 2010-07-15 10:40:32 +02:00 committed by Adam Vandenberg
parent d17cf048d5
commit 892869aa56
1 changed files with 1 additions and 1 deletions

View File

@ -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